Searched refs:sampled_type (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/compiler/ |
D | glsl_types.cpp | 54 sampled_type(0), interface_packing(0), interface_row_major(0), in glsl_type() 85 sampler_array(array), sampled_type(type), interface_packing(0), in glsl_type() 111 sampled_type(0), interface_packing(0), interface_row_major(0), in glsl_type() 140 sampled_type(0), interface_packing((unsigned) packing), in glsl_type() 168 sampled_type(0), interface_packing(0), interface_row_major(0), in glsl_type() 200 sampled_type(0), interface_packing(0), interface_row_major(0), in glsl_type() 417 sampled_type(0), interface_packing(0), interface_row_major(0), in glsl_type()
|
D | nir_types.cpp | 135 return (glsl_base_type)type->sampled_type; in glsl_get_sampler_result_type()
|
D | glsl_types.h | 135 unsigned sampled_type:2; /**< Type of data returned using this member
|
/external/mesa3d/src/compiler/glsl/tests/ |
D | sampler_types_test.cpp | 46 EXPECT_EQ(DATA_TYPE, type->sampled_type); \
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 827 const struct glsl_type *sampled_type = in vtn_handle_type() local 830 assert(glsl_type_is_vector_or_scalar(sampled_type)); in vtn_handle_type() 865 glsl_get_base_type(sampled_type)); in vtn_handle_type() 870 glsl_get_base_type(sampled_type)); in vtn_handle_type()
|
/external/mesa3d/src/compiler/glsl/ |
D | ir.cpp | 1335 assert(sampler->type->sampled_type == (int) type->base_type); in set_sampler()
|
D | ast_to_hir.cpp | 2375 switch (type->sampled_type) { in get_type_name_for_precision_qualifier() 3281 if (qual->image_base_type != base_type->sampled_type) { in apply_image_qualifier_to_variable()
|
D | builtin_functions.cpp | 3071 if ((types[i]->sampled_type != GLSL_TYPE_FLOAT || in add_image_function() 5503 type->sampled_type == GLSL_TYPE_FLOAT) in get_image_available_predicate() 5520 image_type->sampled_type, in _image_prototype()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_fs_nir.cpp | 1524 switch ((glsl_base_type)type->sampled_type) { in get_image_base_type()
|