Home
last modified time | relevance | path

Searched refs:TGSI_PROPERTY_COUNT (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_strings.c138 const char *tgsi_property_names[TGSI_PROPERTY_COUNT] =
251 STATIC_ASSERT(ARRAY_SIZE(tgsi_property_names) == TGSI_PROPERTY_COUNT); in tgsi_strings_check()
Dtgsi_strings.h47 extern const char *tgsi_property_names[TGSI_PROPERTY_COUNT];
Dtgsi_scan.h182 unsigned properties[TGSI_PROPERTY_COUNT]; /* index with TGSI_PROPERTY_ */
Dtgsi_text.c1782 for (property_name = 0; property_name < TGSI_PROPERTY_COUNT; in parse_property()
1788 if (property_name >= TGSI_PROPERTY_COUNT) { in parse_property()
Dtgsi_ureg.c201 unsigned properties[TGSI_PROPERTY_COUNT];
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_strings.c127 const char *tgsi_property_names[TGSI_PROPERTY_COUNT] =
236 STATIC_ASSERT(Elements(tgsi_property_names) == TGSI_PROPERTY_COUNT); in tgsi_strings_check()
Dtgsi_strings.h47 extern const char *tgsi_property_names[TGSI_PROPERTY_COUNT];
Dtgsi_scan.h130 unsigned properties[TGSI_PROPERTY_COUNT]; /* index with TGSI_PROPERTY_ */
Dtgsi_text.c1757 for (property_name = 0; property_name < TGSI_PROPERTY_COUNT; in parse_property()
1763 if (property_name >= TGSI_PROPERTY_COUNT) { in parse_property()
Dtgsi_ureg.c179 unsigned properties[TGSI_PROPERTY_COUNT];
/external/mesa3d/src/gallium/drivers/r600/
Dr600_dump.c170 for(unsigned int i = 0; i < TGSI_PROPERTY_COUNT; ++i) { in print_pipe_info()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h312 TGSI_PROPERTY_COUNT, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h301 #define TGSI_PROPERTY_COUNT 28 macro
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c2327 for (unsigned i = 0; i < TGSI_PROPERTY_COUNT; i++) { in ttn_compile_init()