/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_image.cpp | 898 const uint32_t image_type = inst->word(2); in ValidateTypeSampledImage() local 956 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateSampledImage() local 1074 const auto image_type = image_ptr->GetOperandAs<uint32_t>(2); in ValidateImageTexelPointer() local 1182 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageLod() local 1272 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageDrefLod() local 1347 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageFetch() local 1419 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageGather() local 1528 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageRead() local 1629 const uint32_t image_type = _.GetOperandTypeId(inst, 0); in ValidateImageWrite() local 1745 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageQuerySizeLod() local [all …]
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_image.cpp | 898 const uint32_t image_type = inst->word(2); in ValidateTypeSampledImage() local 956 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateSampledImage() local 1074 const auto image_type = image_ptr->GetOperandAs<uint32_t>(2); in ValidateImageTexelPointer() local 1182 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageLod() local 1272 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageDrefLod() local 1347 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageFetch() local 1419 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageGather() local 1528 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageRead() local 1629 const uint32_t image_type = _.GetOperandTypeId(inst, 0); in ValidateImageWrite() local 1745 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageQuerySizeLod() local [all …]
|
/third_party/spirv-tools/source/val/ |
D | validate_image.cpp | 900 const uint32_t image_type = inst->word(2); in ValidateTypeSampledImage() local 968 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateSampledImage() local 1087 const auto image_type = image_ptr->GetOperandAs<uint32_t>(2); in ValidateImageTexelPointer() local 1195 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageLod() local 1308 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageDrefLod() local 1381 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageFetch() local 1453 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageGather() local 1559 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageRead() local 1658 const uint32_t image_type = _.GetOperandTypeId(inst, 0); in ValidateImageWrite() local 1766 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageQuerySizeLod() local [all …]
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_jit.c | 147 LLVMTypeRef image_type; in create_jit_image_type() local 192 LLVMTypeRef viewport_type, texture_type, sampler_type, image_type; in lp_jit_create_types() local 421 LLVMTypeRef texture_type, sampler_type, image_type; in lp_jit_create_cs_types() local
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | image_descriptor.cc | 53 VkImageType image_type = VK_IMAGE_TYPE_2D; in CreateResourceIfNeeded() local
|
D | transfer_image.cc | 72 VkImageType image_type, in TransferImage()
|
/third_party/mesa3d/src/microsoft/clc/ |
D | clc_compiler.c | 74 nir_alu_type image_type) in lower_read_only_image_deref() 89 nir_alu_type image_type) in lower_read_write_image_deref() 118 enum image_type { in clc_lower_input_image_deref() enum
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_image.h | 38 VkImageType image_type; member
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 258 LLVMTypeRef image_type; in create_jit_image_type() local 314 LLVMTypeRef image_type = create_jit_image_type(gallivm, "image"); in create_jit_context_type() local 370 LLVMTypeRef image_type, in create_gs_jit_context_type() 550 LLVMTypeRef image_type, in create_tcs_jit_context_type() 651 LLVMTypeRef image_type, in create_tes_jit_context_type() 2691 LLVMTypeRef texture_type, sampler_type, image_type; in create_gs_jit_types() local 3077 LLVMTypeRef texture_type, sampler_type, image_type; in create_tcs_jit_types() local 3737 LLVMTypeRef texture_type, sampler_type, image_type; in create_tes_jit_types() local
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | convert_to_sampled_image_pass.cpp | 258 const auto* image_type = variable_type->AsImage(); in GetSampledImageTypeForImage() local
|
D | instruction.cpp | 223 const auto* image_type = in IsReadOnlyLoad() local
|
D | types.h | 356 const Type* image_type() const { return image_type_; } in image_type() function
|
/third_party/spirv-tools/source/opt/ |
D | convert_to_sampled_image_pass.cpp | 258 const auto* image_type = variable_type->AsImage(); in GetSampledImageTypeForImage() local
|
D | instruction.cpp | 221 const auto* image_type = in IsReadOnlyLoad() local
|
D | types.h | 349 const Type* image_type() const { return image_type_; } in image_type() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | convert_to_sampled_image_pass.cpp | 258 const auto* image_type = variable_type->AsImage(); in GetSampledImageTypeForImage() local
|
D | instruction.cpp | 223 const auto* image_type = in IsReadOnlyLoad() local
|
D | types.h | 356 const Type* image_type() const { return image_type_; } in image_type() function
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_etc_decode.c | 202 nir_ssa_def *image_type = nir_channel(&b, consts2, 0); in build_shader() local
|
/third_party/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 423 const struct glsl_type *image_type = type->image->glsl_image; in vtn_get_sampled_image() local 973 struct vtn_type *image_type = vtn_type_without_array(type); in vtn_type_get_nir_type() local 5894 struct vtn_type *image_type = vtn_get_value_type(b, w[3]); in vtn_handle_body_instruction() local
|
/third_party/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 8137 builtin_builder::_image_prototype(const glsl_type *image_type, in _image_prototype() 8200 builtin_builder::_image_size_prototype(const glsl_type *image_type, in _image_size_prototype() 8240 builtin_builder::_image_samples_prototype(const glsl_type *image_type, in _image_samples_prototype() 8266 const glsl_type *image_type, in _image()
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 903 SpvId image_type = get_bare_image_type(ctx, var, is_sampler); in get_image_type() local 915 SpvId image_type = get_bare_image_type(ctx, var, is_sampler); in emit_image() local 3489 …SpvId image_type = bindless ? get_bare_image_type(ctx, bindless_var, true) : ctx->sampler_types[te… in emit_tex() local
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
D | instruction_test.cpp | 686 Instruction* image_type = context->get_def_use_mgr()->GetDef(6); in TEST_F() local
|
/third_party/spirv-tools/test/opt/ |
D | instruction_test.cpp | 680 Instruction* image_type = context->get_def_use_mgr()->GetDef(6); in TEST_F() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | instruction_test.cpp | 686 Instruction* image_type = context->get_def_use_mgr()->GetDef(6); in TEST_F() local
|