Home
last modified time | relevance | path

Searched defs:sampled_type (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dtypes.cpp139 Image::Image(Type* sampled_type, SpvDim dim, uint32_t depth, uint32_t arrayed, in Image()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dtypes.h321 const Type* sampled_type() const { return sampled_type_; } in sampled_type() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtypes.h321 const Type* sampled_type() const { return sampled_type_; } in sampled_type() function
/third_party/spirv-tools/source/opt/
Dtypes.h315 const Type* sampled_type() const { return sampled_type_; } in sampled_type() function
/third_party/mesa3d/src/compiler/
Dglsl_types.h301 glsl_base_type sampled_type:8; /**< Type of data returned using this member
Dglsl_types.cpp3058 unsigned sampled_type:5; member
/third_party/spirv-tools/source/val/
Dvalidate_image.cpp83 uint32_t sampled_type = 0; member
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_image.cpp81 uint32_t sampled_type = 0; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_image.cpp81 uint32_t sampled_type = 0; member
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dspirv_builder.c1289 spirv_builder_type_image(struct spirv_builder *b, SpvId sampled_type, in spirv_builder_type_image()
Dnir_to_spirv.c3491 SpvId sampled_type = spirv_builder_type_sampled_image(&ctx->builder, in emit_tex() local
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c1703 const struct vtn_type *sampled_type = vtn_get_type(b, w[2]); in vtn_handle_type() local
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross.cpp2758 uint32_t sampled_type; in handle() local
Dspirv_glsl.cpp6960 auto sampled_type = type; in convert_separate_image_to_expression() local
13289 SPIRType sampled_type = get<SPIRType>(type.image.type); in image_type_glsl() local