Home
last modified time | relevance | path

Searched defs:mem_type (Results 1 – 24 of 24) sorted by relevance

/third_party/pulseaudio/src/tests/
Dmemblock-test.c77 pa_mem_type_t mem_type; in START_TEST() local
/third_party/mesa3d/src/gallium/frontends/va/
Dbuffer.c274 uint32_t mem_type; in vlVaAcquireBufferHandle() local
Dsurface.c1271 uint32_t mem_type, in vlVaExportSurfaceHandle()
/third_party/libabigail/src/
Dabg-default-reporter.cc1087 decl_base_sptr mem_type = i->second; in report() local
1134 type_base_sptr mem_type; in report() local
/third_party/node/deps/v8/src/wasm/
Dvalue-type.h663 constexpr MachineType mem_type() const { return kMemType[val_]; } in mem_type() function
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeRISCV_common.c2564 sljit_s32 mem_type = WORD_DATA; in sljit_emit_op_flags() local
2566 sljit_s32 mem_type = ((op & SLJIT_32) || op == SLJIT_MOV32) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; in sljit_emit_op_flags() local
DsljitNativeMIPS_common.c3198 sljit_s32 mem_type = WORD_DATA; in sljit_emit_op_flags() local
3200 sljit_s32 mem_type = ((op & SLJIT_32) || op == SLJIT_MOV32) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; in sljit_emit_op_flags() local
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_device.c521 uint32_t mem_type) in dzn_physical_device_get_heap_flags_for_mem_type()
2285 const VkMemoryType *mem_type = in dzn_device_memory_create() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_memory_test.cpp3705 std::string mem_type = std::get<2>(GetParam()); in TEST_P() local
3738 std::string mem_type = std::get<2>(GetParam()); in TEST_P() local
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_memory_test.cpp3705 std::string mem_type = std::get<2>(GetParam()); in TEST_P() local
3738 std::string mem_type = std::get<2>(GetParam()); in TEST_P() local
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c131 unsigned mem_type, in tgsi_build_declaration()
/third_party/spirv-tools/test/val/
Dval_memory_test.cpp4197 std::string mem_type = std::get<2>(GetParam()); in TEST_P() local
4230 std::string mem_type = std::get<2>(GetParam()); in TEST_P() local
/third_party/ffmpeg/libavutil/
Dhwcontext_qsv.c159 static uint32_t qsv_get_d3d11va_bind_flags(int mem_type) in qsv_get_d3d11va_bind_flags()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1915 struct lp_type mem_type; in convert_to_blend_type() local
2082 struct lp_type mem_type; in convert_from_blend_type() local
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1035 uint8_t mem_type; // TGSI_MEMORY_TYPE_* member
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver.cc2326 auto* mem_type = sem_members[i]->Type(); in Structure() local
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c3796 struct anv_memory_type *mem_type = in anv_AllocateMemory() local
/third_party/node/deps/v8/src/wasm/baseline/s390/
Dliftoff-assembler-s390.h2649 MachineType mem_type = type.mem_type(); in LoadLane() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c293 VkMemoryType mem_type = device->memory_properties.memoryTypes[i]; in radv_physical_device_init_mem_types() local
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
Dliftoff-assembler-riscv64.h1811 MachineType mem_type = type.mem_type(); in LoadLane() local
/third_party/node/deps/v8/src/wasm/baseline/arm64/
Dliftoff-assembler-arm64.h1731 MachineType mem_type = type.mem_type(); in LoadLane() local
/third_party/node/deps/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h2436 MachineType mem_type = type.mem_type(); in LoadLane() local
/third_party/node/deps/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h2815 MachineType mem_type = type.mem_type(); in LoadLane() local
/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.cc3736 MachineType mem_type = global.type.machine_type(); in GlobalGet() local