Home
last modified time | relevance | path

Searched refs:mem_type (Results 1 - 25 of 32) sorted by relevance

12

/third_party/mesa3d/src/gallium/frontends/va/
H A Dbuffer.c274 uint32_t mem_type; in vlVaAcquireBufferHandle() local
303 if (!out_buf_info->mem_type) in vlVaAcquireBufferHandle()
304 mem_type = mem_types[0]; in vlVaAcquireBufferHandle()
306 mem_type = 0; in vlVaAcquireBufferHandle()
308 if (out_buf_info->mem_type & mem_types[i]) { in vlVaAcquireBufferHandle()
309 mem_type = out_buf_info->mem_type; in vlVaAcquireBufferHandle()
313 if (!mem_type) in vlVaAcquireBufferHandle()
321 if (buf->export_state.mem_type != mem_type) in vlVaAcquireBufferHandle()
[all...]
H A Dva_private.h429 VAStatus vlVaExportSurfaceHandle(VADriverContextP ctx, VASurfaceID surface_id, uint32_t mem_type, uint32_t flags, void *descriptor);
H A Dsurface.c1271 uint32_t mem_type, in vlVaExportSurfaceHandle()
1285 if (mem_type != VA_SURFACE_ATTRIB_MEM_TYPE_DRM_PRIME_2) in vlVaExportSurfaceHandle()
1269 vlVaExportSurfaceHandle(VADriverContextP ctx, VASurfaceID surface_id, uint32_t mem_type, uint32_t flags, void *descriptor) vlVaExportSurfaceHandle() argument
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_memory_test.cpp3705 std::string mem_type = std::get<2>(GetParam()); in TEST_P() local
3709 "%ld_gep = OpAccessChain %ptr_ssbo_" + mem_type + " %ld_var %int_0"; in TEST_P()
3710 if (mem_type != "struct") { in TEST_P()
3712 if (mem_type != "matrix" && base_type == "float") { in TEST_P()
3715 if (mem_type == "scalar") { in TEST_P()
3720 generator.after_types_ += "%ld = OpLoad %" + mem_type + " %ld_gep\n"; in TEST_P()
3723 if (mem_type == "struct") { in TEST_P()
3738 std::string mem_type = std::get<2>(GetParam()); in TEST_P() local
3742 "%ld_gep = OpAccessChain %ptr_ssbo_" + mem_type + " %ld_var %int_0"; in TEST_P()
3743 if (mem_type ! in TEST_P()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_memory_test.cpp3705 std::string mem_type = std::get<2>(GetParam()); in TEST_P() local
3709 "%ld_gep = OpAccessChain %ptr_ssbo_" + mem_type + " %ld_var %int_0"; in TEST_P()
3710 if (mem_type != "struct") { in TEST_P()
3712 if (mem_type != "matrix" && base_type == "float") { in TEST_P()
3715 if (mem_type == "scalar") { in TEST_P()
3720 generator.after_types_ += "%ld = OpLoad %" + mem_type + " %ld_gep\n"; in TEST_P()
3723 if (mem_type == "struct") { in TEST_P()
3738 std::string mem_type = std::get<2>(GetParam()); in TEST_P() local
3742 "%ld_gep = OpAccessChain %ptr_ssbo_" + mem_type + " %ld_var %int_0"; in TEST_P()
3743 if (mem_type ! in TEST_P()
[all...]
/third_party/spirv-tools/test/val/
H A Dval_memory_test.cpp4197 std::string mem_type = std::get<2>(GetParam()); in TEST_P() local
4201 "%ld_gep = OpAccessChain %ptr_ssbo_" + mem_type + " %ld_var %int_0"; in TEST_P()
4202 if (mem_type != "struct") { in TEST_P()
4204 if (mem_type != "matrix" && base_type == "float") { in TEST_P()
4207 if (mem_type == "scalar") { in TEST_P()
4212 generator.after_types_ += "%ld = OpLoad %" + mem_type + " %ld_gep\n"; in TEST_P()
4215 if (mem_type == "struct") { in TEST_P()
4230 std::string mem_type = std::get<2>(GetParam()); in TEST_P() local
4234 "%ld_gep = OpAccessChain %ptr_ssbo_" + mem_type + " %ld_var %int_0"; in TEST_P()
4235 if (mem_type ! in TEST_P()
[all...]
/third_party/pulseaudio/src/tests/
H A Dmemblock-test.c77 pa_mem_type_t mem_type; in START_TEST() local
126 r = pa_memexport_put(export_a, mb_a, &mem_type, &id, &shm_id, &offset, &size); in START_TEST()
134 r = pa_memexport_put(export_b, mb_b, &mem_type, &id, &shm_id, &offset, &size); in START_TEST()
/third_party/mesa3d/src/vulkan/util/
H A Dvk_cmd_queue_gen.py510 mem_type = p.find('./type').text
517 member = EntrypointParam(type=mem_type,
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c1915 struct lp_type mem_type; in convert_to_blend_type() local
1983 lp_mem_type_from_format_desc(src_fmt, &mem_type); in convert_to_blend_type()
1987 is_arith = blend_type.length * blend_type.width != mem_type.width * mem_type.length; in convert_to_blend_type()
1988 is_arith &= !(mem_type.width == 16 && mem_type.floating); in convert_to_blend_type()
2000 if (mem_type.width == 16 && mem_type.floating) { in convert_to_blend_type()
2012 src_type.length *= pixels / (src_type.length / mem_type.length); in convert_to_blend_type()
2082 struct lp_type mem_type; in convert_from_blend_type() local
[all...]
/third_party/libabigail/src/
H A Dabg-default-reporter.cc1087 decl_base_sptr mem_type = i->second; in report() local
1089 << mem_type->get_pretty_representation() in report()
1134 type_base_sptr mem_type; in report() local
1140 mem_type = second->get_member_types()[*j]; in report()
1142 member_type_has_changed(get_type_declaration(mem_type))) in report()
1145 << get_type_declaration(mem_type)-> in report()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c521 uint32_t mem_type) in dzn_physical_device_get_heap_flags_for_mem_type()
523 return pdev->heap_flags_for_mem_type[mem_type]; in dzn_physical_device_get_heap_flags_for_mem_type()
2285 const VkMemoryType *mem_type = in dzn_device_memory_create() local
2313 ((mem_type->propertyFlags & VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT) && in dzn_device_memory_create()
2316 if (mem_type->propertyFlags & VK_MEMORY_PROPERTY_HOST_CACHED_BIT) { in dzn_device_memory_create()
2318 } else if (mem_type->propertyFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT) { in dzn_device_memory_create()
2331 if ((mem_type->propertyFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT) && in dzn_device_memory_create()
520 dzn_physical_device_get_heap_flags_for_mem_type(const struct dzn_physical_device *pdev, uint32_t mem_type) dzn_physical_device_get_heap_flags_for_mem_type() argument
/third_party/ffmpeg/libavutil/
H A Dhwcontext_qsv.c159 static uint32_t qsv_get_d3d11va_bind_flags(int mem_type) in qsv_get_d3d11va_bind_flags() argument
163 if ((mem_type & MFX_MEMTYPE_VIDEO_MEMORY_ENCODER_TARGET) && (mem_type & MFX_MEMTYPE_INTERNAL_FRAME)) in qsv_get_d3d11va_bind_flags()
168 if ((MFX_MEMTYPE_FROM_VPPOUT & mem_type) || (MFX_MEMTYPE_VIDEO_MEMORY_PROCESSOR_TARGET & mem_type)) in qsv_get_d3d11va_bind_flags()
/third_party/node/deps/v8/src/wasm/baseline/arm64/
H A Dliftoff-assembler-arm64.h1680 MachineType memtype = type.mem_type(); in LoadTransform()
1731 MachineType mem_type = type.mem_type(); in LoadLane() local
1737 if (mem_type == MachineType::Int8()) { in LoadLane()
1739 } else if (mem_type == MachineType::Int16()) { in LoadLane()
1741 } else if (mem_type == MachineType::Int32()) { in LoadLane()
1743 } else if (mem_type == MachineType::Int64()) { in LoadLane()
/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder-impl.h3288 ValueType mem_type = this->module_->is_memory64 ? kWasmI64 : kWasmI32; in DECODE() local
3289 Value value = Peek(0, 0, mem_type); in DECODE()
3290 Value result = CreateValue(mem_type); in DECODE()
5008 ValueType mem_type = this->module_->is_memory64 ? kWasmI64 : kWasmI32; in DecodeNumericOpcode()
5011 Value dst = Peek(2, 0, mem_type); in DecodeNumericOpcode()
5028 ValueType mem_type = this->module_->is_memory64 ? kWasmI64 : kWasmI32; in DecodeNumericOpcode()
5029 Value size = Peek(0, 2, mem_type); in DecodeNumericOpcode()
5030 Value src = Peek(1, 1, mem_type); in DecodeNumericOpcode()
5031 Value dst = Peek(2, 0, mem_type); in DecodeNumericOpcode()
5039 ValueType mem_type in DecodeNumericOpcode()
[all...]
H A Dgraph-builder-interface.cc594 builder_->LoadMem(type.value_type(), type.mem_type(), index.node, in LoadMem()
602 result->node = builder_->LoadTransform(type.value_type(), type.mem_type(), in LoadTransform()
611 type.value_type(), type.mem_type(), value.node, index.node, imm.offset, in LoadLane()
H A Dvalue-type.h663 constexpr MachineType mem_type() const { return kMemType[val_]; }
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c131 unsigned mem_type, in tgsi_build_declaration()
149 declaration.MemType = mem_type; in tgsi_build_declaration()
121 tgsi_build_declaration( unsigned file, unsigned usage_mask, unsigned interpolate, unsigned dimension, unsigned semantic, unsigned invariant, unsigned local, unsigned array, unsigned atomic, unsigned mem_type, struct tgsi_header *header ) tgsi_build_declaration() argument
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h2598 MachineType memtype = type.mem_type(); in LoadTransform()
2649 MachineType mem_type = type.mem_type(); in LoadLane() local
2655 if (mem_type == MachineType::Int8()) { in LoadLane()
2657 } else if (mem_type == MachineType::Int16()) { in LoadLane()
2659 } else if (mem_type == MachineType::Int32()) { in LoadLane()
2662 DCHECK_EQ(MachineType::Int64(), mem_type); in LoadLane() local
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c3796 struct anv_memory_type *mem_type = in anv_AllocateMemory() local
3798 assert(mem_type->heapIndex < pdevice->memory.heap_count); in anv_AllocateMemory()
3800 &pdevice->memory.heaps[mem_type->heapIndex]; in anv_AllocateMemory()
3811 mem->type = mem_type; in anv_AllocateMemory()
3883 (mem_type->propertyFlags & VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT) && in anv_AllocateMemory()
3884 (mem_type->propertyFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT)) in anv_AllocateMemory()
3991 if (mem_type->propertyFlags & VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT) in anv_AllocateMemory()
/third_party/pcre2/pcre2/src/sljit/
H A 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
2580 FAIL_IF(emit_op_mem2(compiler, mem_type | LOAD_DATA, TMP_REG1, dst, dstw, dst, dstw)); in sljit_emit_op_flags()
2630 return emit_op_mem(compiler, mem_type, src_r, dst, dstw); in sljit_emit_op_flags()
2637 mem_type |= CUMULATIVE_OP | IMM_OP | ALT_KEEP_CACHE; in sljit_emit_op_flags()
2640 return emit_op(compiler, saved_op, mem_type, dst, dstw, TMP_REG1, 0, src_r, 0); in sljit_emit_op_flags()
2641 return emit_op(compiler, saved_op, mem_type, dst, dstw, dst, dstw, src_r, 0); in sljit_emit_op_flags()
H A 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
3214 FAIL_IF(emit_op_mem2(compiler, mem_type | LOAD_DATA, DR(TMP_REG1), dst, dstw, dst, dstw)); in sljit_emit_op_flags()
3272 return emit_op_mem(compiler, mem_type, src_ar, dst, dstw); in sljit_emit_op_flags()
3283 mem_type |= CUMULATIVE_OP | LOGICAL_OP | IMM_OP | ALT_KEEP_CACHE; in sljit_emit_op_flags()
3286 return emit_op(compiler, saved_op, mem_type, dst, dstw, TMP_REG1, 0, TMP_REG2, 0); in sljit_emit_op_flags()
3287 return emit_op(compiler, saved_op, mem_type, dst, dstw, dst, dstw, TMP_REG2, 0); in sljit_emit_op_flags()
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver.cc2326 auto* mem_type = sem_members[i]->Type();
2327 if (mem_type->Is<sem::Atomic>()) {
2332 auto found = atomic_composite_info_.find(mem_type);
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp1035 uint8_t mem_type; // TGSI_MEMORY_TYPE_* member
1432 memoryFiles[i].mem_type = decl->Declaration.MemType; in scanDeclaration()
1587 memoryFiles[dst.getIndex(0)].mem_type == TGSI_MEMORY_TYPE_GLOBAL)) { in scanInstruction()
1594 memoryFiles[insn.getSrc(0).getIndex(0)].mem_type == in scanInstruction()
1796 switch (code->memoryFiles[fileIdx].mem_type) { in makeSym()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h2771 MachineType memtype = type.mem_type(); in LoadTransform()
2815 MachineType mem_type = type.mem_type(); in LoadLane() local
2816 if (mem_type == MachineType::Int8()) { in LoadLane()
2818 } else if (mem_type == MachineType::Int16()) { in LoadLane()
2820 } else if (mem_type == MachineType::Int32()) { in LoadLane()
2823 DCHECK_EQ(MachineType::Int64(), mem_type); in LoadLane() local
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h2394 MachineType memtype = type.mem_type(); in LoadTransform()
2436 MachineType mem_type = type.mem_type(); in LoadLane() local
2437 if (mem_type == MachineType::Int8()) { in LoadLane()
2439 } else if (mem_type == MachineType::Int16()) { in LoadLane()
2441 } else if (mem_type == MachineType::Int32()) { in LoadLane()
2444 DCHECK_EQ(MachineType::Int64(), mem_type); in LoadLane() local

Completed in 89 milliseconds

12