/aosp_15_r20/external/deqp/android/cts/main/vk-main-2022-03-01/ |
H A D | mesh-shader.txt | 1 dEQP-VK.mesh_shader.nv.api.draw.draw_count_0.no_indirect_args.no_count_limit.no_count_offset.no_tas… 2 dEQP-VK.mesh_shader.nv.api.draw.draw_count_0.no_indirect_args.no_count_limit.no_count_offset.no_tas… 3 dEQP-VK.mesh_shader.nv.api.draw.draw_count_0.no_indirect_args.no_count_limit.no_count_offset.with_t… 4 dEQP-VK.mesh_shader.nv.api.draw.draw_count_0.no_indirect_args.no_count_limit.no_count_offset.with_t… 5 dEQP-VK.mesh_shader.nv.api.draw.draw_count_1.no_indirect_args.no_count_limit.no_count_offset.no_tas… 6 dEQP-VK.mesh_shader.nv.api.draw.draw_count_1.no_indirect_args.no_count_limit.no_count_offset.no_tas… 7 dEQP-VK.mesh_shader.nv.api.draw.draw_count_1.no_indirect_args.no_count_limit.no_count_offset.with_t… 8 dEQP-VK.mesh_shader.nv.api.draw.draw_count_1.no_indirect_args.no_count_limit.no_count_offset.with_t… 9 dEQP-VK.mesh_shader.nv.api.draw.draw_count_2.no_indirect_args.no_count_limit.no_count_offset.no_tas… 10 dEQP-VK.mesh_shader.nv.api.draw.draw_count_2.no_indirect_args.no_count_limit.no_count_offset.no_tas… [all …]
|
/aosp_15_r20/external/deqp/android/cts/main/vk-main-2020-03-01/ |
H A D | compute.txt | 1 dEQP-VK.compute.pipeline.basic.concurrent_compute 2 dEQP-VK.compute.pipeline.cooperative_matrix.nv.add.float16_float16.buffer.colmajor 3 dEQP-VK.compute.pipeline.cooperative_matrix.nv.add.float16_float16.buffer.rowmajor 4 dEQP-VK.compute.pipeline.cooperative_matrix.nv.add.float16_float16.buffer_varptr.colmajor 5 dEQP-VK.compute.pipeline.cooperative_matrix.nv.add.float16_float16.buffer_varptr.rowmajor 6 dEQP-VK.compute.pipeline.cooperative_matrix.nv.add.float16_float16.physical_buffer.colmajor 7 dEQP-VK.compute.pipeline.cooperative_matrix.nv.add.float16_float16.physical_buffer.rowmajor 8 dEQP-VK.compute.pipeline.cooperative_matrix.nv.add.float16_float16.workgroup.colmajor 9 dEQP-VK.compute.pipeline.cooperative_matrix.nv.add.float16_float16.workgroup.rowmajor 10 dEQP-VK.compute.pipeline.cooperative_matrix.nv.add.float16_float16.workgroup_varptr.colmajor [all …]
|
/aosp_15_r20/external/eigen/bench/perf_monitoring/resources/ |
H A D | chart_header.html | 5 …<meta charset='utf-8'> … 6 …nv-axis line,.nvd3 .nv-axis path{fill:none;shape-rendering:crispEdges}.nv-brush .extent,.nvd3 .bac… 9 …box-sizing: border-box; … 18 …font-size: 0; … 21 …clip-path: none; … 26 ….nv-axislabel { … 27 …font-size: 16px !important; … 32 …pointer-events: visible; … 34 …@media (min-width: 768px) { …
|
H A D | s2.js | 1 …- what is trying to be bound is not callable");var b=Array.prototype.slice.call(arguments,1),c=thi…
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_buffer.c | 43 if (!buf->data) in nouveau_buffer_malloc() 44 buf->data = align_malloc(buf->base.width0, NOUVEAU_MIN_BUFFER_MAP_ALIGN); in nouveau_buffer_malloc() 45 return !!buf->data; in nouveau_buffer_malloc() 52 uint32_t size = align(buf->base.width0, 0x100); in nouveau_buffer_allocate() 55 buf->mm = nouveau_mm_allocate(screen->mm_VRAM, size, in nouveau_buffer_allocate() 56 &buf->bo, &buf->offset); in nouveau_buffer_allocate() 57 if (!buf->bo) in nouveau_buffer_allocate() 59 NOUVEAU_DRV_STAT(screen, buf_obj_current_bytes_vid, buf->base.width0); in nouveau_buffer_allocate() 62 buf->mm = nouveau_mm_allocate(screen->mm_GART, size, in nouveau_buffer_allocate() 63 &buf->bo, &buf->offset); in nouveau_buffer_allocate() [all …]
|
/aosp_15_r20/external/curl/src/ |
H A D | tool_setopt.c | 21 * SPDX-License-Identifier: curl 43 #define NV(e) {#e, e} macro 48 NV(CURLPROXY_HTTP), 49 NV(CURLPROXY_HTTP_1_0), 50 NV(CURLPROXY_HTTPS), 51 NV(CURLPROXY_SOCKS4), 52 NV(CURLPROXY_SOCKS5), 53 NV(CURLPROXY_SOCKS4A), 54 NV(CURLPROXY_SOCKS5_HOSTNAME), 59 NV(CURLPROXY_SOCKS4), [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/ |
D | BuiltinsX86.def | 1 //===--- BuiltinsX86.def - X86 Builtin function database --------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file defines the X86-specific builtin function database. Users of 12 //===----------------------------------------------------------------------===// 74 // expanded by the back-end. 75 // FIXME: _mm_prefetch must be a built-in because it takes a compile-time constant 76 // argument and our prior approach of using a #define to the current built-in 77 // doesn't work in the presence of re-declaration of _mm_prefetch for windows. 132 TARGET_BUILTIN(__builtin_ia32_maskmovq, "vV8cV8cc*", "nV:64:", "mmx") [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/ |
D | BuiltinsX86.def | 1 //===--- BuiltinsX86.def - X86 Builtin function database --------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file defines the X86-specific builtin function database. Users of 12 //===----------------------------------------------------------------------===// 74 // expanded by the back-end. 75 // FIXME: _mm_prefetch must be a built-in because it takes a compile-time constant 76 // argument and our prior approach of using a #define to the current built-in 77 // doesn't work in the presence of re-declaration of _mm_prefetch for windows. 132 TARGET_BUILTIN(__builtin_ia32_maskmovq, "vV8cV8cc*", "nV:64:", "mmx") [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/ |
D | BuiltinsX86.def | 1 //===--- BuiltinsX86.def - X86 Builtin function database --------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file defines the X86-specific builtin function database. Users of 12 //===----------------------------------------------------------------------===// 74 // expanded by the back-end. 75 // FIXME: _mm_prefetch must be a built-in because it takes a compile-time constant 76 // argument and our prior approach of using a #define to the current built-in 77 // doesn't work in the presence of re-declaration of _mm_prefetch for windows. 132 TARGET_BUILTIN(__builtin_ia32_maskmovq, "vV8cV8cc*", "nV:64:", "mmx") [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/ |
D | BuiltinsX86.def | 1 //===--- BuiltinsX86.def - X86 Builtin function database --------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file defines the X86-specific builtin function database. Users of 12 //===----------------------------------------------------------------------===// 81 // expanded by the back-end. 82 // FIXME: _mm_prefetch must be a built-in because it takes a compile-time constant 83 // argument and our prior approach of using a #define to the current built-in 84 // doesn't work in the presence of re-declaration of _mm_prefetch for windows. 139 TARGET_BUILTIN(__builtin_ia32_maskmovq, "vV8cV8cc*", "nV:64:", "mmx") [all …]
|
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/ |
H A D | NvDynamic.c | 37 // The NV memory is divided into two areas: dynamic space for user defined NV 46 // have the orderly attribute, the NV_INDEX is followed immediately by the NV data. 53 // saved to backing store in NV memory on any orderly shutdown. The entries in 57 // reduce the number of NV writes needed for orderly data. When an orderly index 58 // is created, an entry is made in the dynamic NV memory space that holds the Index 62 // RAM data is copied to NV backing store so that the image in the backing store 69 // the 'gp' PERSISTENT_DATA structure in RAM and mapped to locations in NV. 80 // This function provides a method to traverse every data entry in NV dynamic 126 // This function returns a reference to the next NV entry of the desired type 153 // This function returns the reference to the next NV Index entry. A value [all …]
|
/aosp_15_r20/external/swiftshader/tests/regres/testlists/vk-default/ |
H A D | compute.txt | 1 dEQP-VK.compute.pipeline.basic.branch_past_barrier 2 dEQP-VK.compute.pipeline.basic.concurrent_compute 3 dEQP-VK.compute.pipeline.basic.copy_image_to_ssbo_large 4 dEQP-VK.compute.pipeline.basic.copy_image_to_ssbo_small 5 dEQP-VK.compute.pipeline.basic.copy_ssbo_multiple_groups 6 dEQP-VK.compute.pipeline.basic.copy_ssbo_multiple_invocations 7 dEQP-VK.compute.pipeline.basic.copy_ssbo_single_invocation 8 dEQP-VK.compute.pipeline.basic.copy_ssbo_to_image_large 9 dEQP-VK.compute.pipeline.basic.copy_ssbo_to_image_small 10 dEQP-VK.compute.pipeline.basic.empty_shader [all …]
|
H A D | dgc.txt | 1 dEQP-VK.dgc.ext.compute.conditional_rendering.general.classic_bind_with_count_buffer_condition_fals… 2 dEQP-VK.dgc.ext.compute.conditional_rendering.general.classic_bind_with_count_buffer_condition_fals… 3 dEQP-VK.dgc.ext.compute.conditional_rendering.general.classic_bind_with_count_buffer_condition_fals… 4 dEQP-VK.dgc.ext.compute.conditional_rendering.general.classic_bind_with_count_buffer_condition_fals… 5 dEQP-VK.dgc.ext.compute.conditional_rendering.general.classic_bind_with_count_buffer_condition_true… 6 dEQP-VK.dgc.ext.compute.conditional_rendering.general.classic_bind_with_count_buffer_condition_true… 7 dEQP-VK.dgc.ext.compute.conditional_rendering.general.classic_bind_with_count_buffer_condition_true… 8 dEQP-VK.dgc.ext.compute.conditional_rendering.general.classic_bind_with_count_buffer_condition_true… 9 dEQP-VK.dgc.ext.compute.conditional_rendering.general.classic_bind_without_count_buffer_condition_f… 10 dEQP-VK.dgc.ext.compute.conditional_rendering.general.classic_bind_without_count_buffer_condition_f… [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/mustpass/main/vk-default/ |
H A D | compute.txt | 1 dEQP-VK.compute.pipeline.basic.branch_past_barrier 2 dEQP-VK.compute.pipeline.basic.concurrent_compute 3 dEQP-VK.compute.pipeline.basic.copy_image_to_ssbo_large 4 dEQP-VK.compute.pipeline.basic.copy_image_to_ssbo_small 5 dEQP-VK.compute.pipeline.basic.copy_ssbo_multiple_groups 6 dEQP-VK.compute.pipeline.basic.copy_ssbo_multiple_invocations 7 dEQP-VK.compute.pipeline.basic.copy_ssbo_single_invocation 8 dEQP-VK.compute.pipeline.basic.copy_ssbo_to_image_large 9 dEQP-VK.compute.pipeline.basic.copy_ssbo_to_image_small 10 dEQP-VK.compute.pipeline.basic.empty_shader [all …]
|
/aosp_15_r20/external/deqp/android/cts/main/vk-main-2024-03-01/ |
H A D | compute.txt | 1 dEQP-VK.compute.pipeline.basic.branch_past_barrier 2 dEQP-VK.compute.pipeline.basic.empty_workgroup_all 3 dEQP-VK.compute.pipeline.basic.empty_workgroup_x 4 dEQP-VK.compute.pipeline.basic.empty_workgroup_y 5 dEQP-VK.compute.pipeline.basic.empty_workgroup_z 6 dEQP-VK.compute.pipeline.basic.secondary_compute_only_queue 7 dEQP-VK.compute.pipeline.basic.webgl_spirv_loop 8 dEQP-VK.compute.pipeline.cooperative_matrix.khr_a.add.float16_float16.buffer.colmajor 9 dEQP-VK.compute.pipeline.cooperative_matrix.khr_a.add.float16_float16.buffer.rowmajor 10 dEQP-VK.compute.pipeline.cooperative_matrix.khr_a.add.float16_float16.buffer_varptr.colmajor [all …]
|
/aosp_15_r20/hardware/interfaces/radio/aidl/android/hardware/radio/modem/ |
H A D | NvItem.aidl | 8 * http://www.apache.org/licenses/LICENSE-2.0 27 * @deprecated NV APIs are deprecated starting from Android U. 31 * CDMA radio and account information (items 1-10) 33 * @deprecated NV APIs are deprecated starting from Android U. 38 * @deprecated NV APIs are deprecated starting from Android U. 43 * @deprecated NV APIs are deprecated starting from Android U. 48 * @deprecated NV APIs are deprecated starting from Android U. 52 * Carrier device provisioning (items 11-30) 54 * @deprecated NV APIs are deprecated starting from Android U. 59 * @deprecated NV APIs are deprecated starting from Android U. [all …]
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/radio/aidl/android.hardware.radio.modem-V4-java-source/gen/android/hardware/radio/modem/ |
D | NvItem.java | 2 * This file is auto-generated. DO NOT MODIFY. 3 …-x86/bin/aidl --lang=java -Weverything -Wno-missing-permission-annotation -Werror --structured --v… 12 /** @deprecated NV APIs are deprecated starting from Android U. */ 16 * CDMA radio and account information (items 1-10) 18 * @deprecated NV APIs are deprecated starting from Android U. 24 * @deprecated NV APIs are deprecated starting from Android U. 30 * @deprecated NV APIs are deprecated starting from Android U. 36 * @deprecated NV APIs are deprecated starting from Android U. 41 * Carrier device provisioning (items 11-30) 43 * @deprecated NV APIs are deprecated starting from Android U. [all …]
|
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
H A D | NvDynamic_fp.h | 35 /*(Auto-generated) 51 // This function is used to cause an update of the orderly data to the NV backing 59 // This function is used to read the NV Index NV_INDEX. This is used so that the 65 NV_REF ref, // IN: points to NV where index is located 75 NV_REF ref, // IN: points to NV where index is located 112 // This function validates that a handle references a defined NV Index and 115 // TPM_RC_HANDLE the handle points to an undefined NV Index 149 // This function is used to access the data in an NV Index. The data is returned 152 // This function requires that the NV Index be defined, and that the 159 UINT32 offset, // IN: offset of NV data [all …]
|
/aosp_15_r20/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/platform/ |
H A D | NVMem.c | 37 // This file contains the NV read and write access methods. This implementation 38 // uses RAM/file and does not manage the RAM/file as NV blocks. 53 // Overall size of NV, not just the TPM's NV storage 59 // more performant access to storage, break up NV accross 1Kbyte blocks. 84 // Object handle list for persistent storage objects containing NV 89 // Bitmap for NV blocks. Moving from UINT64 requires change to NV_DIRTY_ALL. 94 // Shortcut for 'dirty'ing all NV blocks. Note the type. 97 #define NV_DIRTY_ALL ((UINT64)((0x1ULL << NV_BLOCK_COUNT) - 1)) 101 #error "NV block count exceeds 64 bit block map. Adjust block or NV size." 105 // NV state [all …]
|
/aosp_15_r20/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.modem/current/android/hardware/radio/modem/ |
H A D | NvItem.aidl | 8 * http://www.apache.org/licenses/LICENSE-2.0 22 // 1). this is a frozen version file - do not edit this in any case. 25 // prompt you to update this file with `m <name>-update-api`. 39 * @deprecated NV APIs are deprecated starting from Android U. 43 * @deprecated NV APIs are deprecated starting from Android U. 47 * @deprecated NV APIs are deprecated starting from Android U. 51 * @deprecated NV APIs are deprecated starting from Android U. 55 * @deprecated NV APIs are deprecated starting from Android U. 59 * @deprecated NV APIs are deprecated starting from Android U. 63 * @deprecated NV APIs are deprecated starting from Android U. [all …]
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/radio/aidl/android.hardware.radio.modem_interface/dump/android/hardware/radio/modem/ |
D | NvItem.aidl | 8 * http://www.apache.org/licenses/LICENSE-2.0 22 // 1). this is a frozen version file - do not edit this in any case. 25 // prompt you to update this file with `m <name>-update-api`. 39 * @deprecated NV APIs are deprecated starting from Android U. 43 * @deprecated NV APIs are deprecated starting from Android U. 47 * @deprecated NV APIs are deprecated starting from Android U. 51 * @deprecated NV APIs are deprecated starting from Android U. 55 * @deprecated NV APIs are deprecated starting from Android U. 59 * @deprecated NV APIs are deprecated starting from Android U. 63 * @deprecated NV APIs are deprecated starting from Android U. [all …]
|
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/Platform/src/ |
H A D | NVMem.c | 37 // This file contains the NV read and write access methods. This implementation 38 // uses RAM/file and does not manage the RAM/file as NV blocks. 58 // This function opens the file used to hold the NV image. 61 // -1 error 84 return (s_NvFile == NULL) ? -1 : 0; in NvFileOpen() 88 // Write all of the contents of the NV image to a file. 98 // If NV file is not available, return failure in NvFileCommit() 101 // Write RAM data to NV in NvFileCommit() 110 // This function gets the size of the NV file and puts the file pointer where desired 146 // This function is used by the simulator to set the error flags in the NV [all …]
|
/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/api/ |
H A D | Fapi_CreateNv.c | 1 /* SPDX-License-Identifier: BSD-2-Clause */ 3 * Copyright 2018-2019, Fraunhofer SIT sponsored by Infineon Technologies AG 26 /** One-Call function for Fapi_CreateNv 28 * This command creates an NV index in the TPM using a given path and type. 31 * @param[in] path The path to the new NV index 32 * @param[in] type The intended type of the new NV index. May be NULL 33 * @param[in] size The size of the new NV index in bytes. May be 0 if the size 36 * NV index. May be NULL 38 * NV index. May be NULL 43 * @retval TSS2_FAPI_RC_PATH_ALREADY_EXISTS: if an NV index already exists at [all …]
|
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/Platform/src/ |
H A D | NVMem.c | 38 This file contains the NV read and write access methods. This implementation 39 uses RAM/file and does not manage the RAM/file as NV blocks. 55 #define NVINTEGRITYMAGIC (0x44494E54) // TNID - TPM NV Integrity Data 111 ((uint32_t)dest - 0x08000000) / 0x800, in NvErasePages() 175 for(uint32_t n = 0; n < ((size + sizeof(uint64_t) - 1) / sizeof(uint64_t)); n++) in NvFlashPages() 207 snprintf(nvTimeStamp, size, "%04d.%02d.%02d-%02d:%02d:%02dGMT", in NvMakeTimeStamp() 208 timeInfo->tm_year + 1900, in NvMakeTimeStamp() 209 timeInfo->tm_mon + 1, in NvMakeTimeStamp() 210 timeInfo->tm_mday, in NvMakeTimeStamp() 211 timeInfo->tm_hour, in NvMakeTimeStamp() [all …]
|
/aosp_15_r20/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/platform/include/ |
H A D | Platform_fp.h | 35 /*(Auto-generated) 95 // that will return a 64-bit clock value that has mSec resolution. 107 // when TPM power is re-applied. 138 // implementation of the hardware can be made to look like a read-once register. 175 // The locality can be 0-4 or 32-255. 5-31 is not allowed. 192 // This function is used by the simulator to set the error flags in the NV 193 // subsystem to simulate an error in the NV loading process 201 // Enable NV memory. 203 // This version just pulls in data from a file. In a real TPM, with NV on chip, 204 // this function would verify the integrity of the saved context. If the NV [all …]
|