HomeSort by relevance Sort by last modified time
    Searched refs:sampled_type (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/src/compiler/glsl/tests/
sampler_types_test.cpp 46 EXPECT_EQ(DATA_TYPE, type->sampled_type); \
  /external/mesa3d/src/compiler/
glsl_types.cpp 54 sampled_type(0), interface_packing(0), interface_row_major(0),
59 * glsl_type::sampled_type.
85 sampler_array(array), sampled_type(type), interface_packing(0),
111 sampled_type(0), interface_packing(0), interface_row_major(0),
140 sampled_type(0), interface_packing((unsigned) packing),
168 sampled_type(0), interface_packing(0), interface_row_major(0),
200 sampled_type(0), interface_packing(0), interface_row_major(0),
417 sampled_type(0), interface_packing(0), interface_row_major(0),
    [all...]
nir_types.cpp 135 return (glsl_base_type)type->sampled_type;
glsl_types.h 51 * and 2 so that they will fit in the 2 bits of glsl_type::sampled_type.
135 unsigned sampled_type:2; /**< Type of data returned using this member in struct:glsl_type
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
types.cpp 139 Image::Image(Type* sampled_type, SpvDim dim, uint32_t depth, uint32_t arrayed,
142 : sampled_type_(sampled_type),
150 // TODO(antiagainst): check sampled_type
types.h 189 Image(Type* sampled_type, SpvDim dim, uint32_t depth, uint32_t arrayed,
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c 827 const struct glsl_type *sampled_type = local
830 assert(glsl_type_is_vector_or_scalar(sampled_type));
865 glsl_get_base_type(sampled_type));
870 glsl_get_base_type(sampled_type));
    [all...]
  /external/mesa3d/src/compiler/glsl/
ir.cpp     [all...]
builtin_functions.cpp     [all...]
ast_to_hir.cpp     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_nir.cpp     [all...]

Completed in 499 milliseconds