Searched defs:sampled_type (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/compiler/ |
D | builtin_types.py | 15 def sampler_type(name, gl_type, base_type, dim, shadow, array, sampled_type): argument
|
D | glsl_types.h | 290 enum glsl_base_type sampled_type:8; /**< Type of data returned using this member
|
D | glsl_types.c | 3023 unsigned sampled_type:5; member
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | types.h | 325 const Type* sampled_type() const { return sampled_type_; } in sampled_type() function
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | types.h | 331 const Type* sampled_type() const { return sampled_type_; } in sampled_type() function
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | types.h | 341 const Type* sampled_type() const { return sampled_type_; } in sampled_type() function
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_image.cpp | 82 uint32_t sampled_type = 0; member
|
/external/angle/third_party/spirv-tools/src/source/val/ |
D | validate_image.cpp | 82 uint32_t sampled_type = 0; member
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_image.cpp | 82 uint32_t sampled_type = 0; member
|
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 3714 SpvId cl_sampler, SpvId image_type, SpvId sampled_type) in get_texture_load() 3869 SpvId sampled_type = is_buffer ? image_type : in emit_tex() local
|
D | spirv_builder.c | 1367 spirv_builder_type_image(struct spirv_builder *b, SpvId sampled_type, in spirv_builder_type_image()
|
/external/mesa3d/src/microsoft/compiler/ |
D | dxil_nir.c | 2532 get_format_for_var(unsigned num_comps, enum glsl_base_type sampled_type) in get_format_for_var()
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 2044 const struct vtn_type *sampled_type = vtn_get_type(b, w[2]); in vtn_handle_type() local
|