Searched refs:ASSERT_BITFIELD_SIZE (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_info.c | 58 ASSERT_BITFIELD_SIZE(struct tgsi_opcode_info, opcode, TGSI_OPCODE_LAST - 1); in tgsi_get_opcode_info() 59 ASSERT_BITFIELD_SIZE(struct tgsi_opcode_info, output_mode, in tgsi_get_opcode_info()
|
/third_party/mesa3d/src/util/ |
H A D | macros.h | 328 #define ASSERT_BITFIELD_SIZE(STRUCT, FIELD, MAXVAL) \ macro
|
/third_party/mesa3d/src/mesa/main/ |
H A D | shaderimage.c | 446 ASSERT_BITFIELD_SIZE(struct gl_image_unit, Format, MESA_FORMAT_COUNT); in _mesa_init_image_units()
|
H A D | varray.c | 3874 ASSERT_BITFIELD_SIZE(struct gl_array_attributes, BufferBindingIndex, in init_array()
|
/third_party/mesa3d/src/compiler/ |
H A D | glsl_types.cpp | 66 ASSERT_BITFIELD_SIZE(glsl_type, base_type, GLSL_TYPE_ERROR); in glsl_type() 67 ASSERT_BITFIELD_SIZE(glsl_type, sampled_type, GLSL_TYPE_ERROR); in glsl_type() 68 ASSERT_BITFIELD_SIZE(glsl_type, sampler_dimensionality, in glsl_type()
|
Completed in 12 milliseconds