Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_strings.c138 const char *tgsi_property_names[TGSI_PROPERTY_COUNT] =
252 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.h180 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];
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_dump.c165 for(unsigned int i = 0; i < TGSI_PROPERTY_COUNT; ++i) { in print_pipe_info()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h307 TGSI_PROPERTY_COUNT, enumerator
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c2351 for (unsigned i = 0; i < TGSI_PROPERTY_COUNT; i++) { in ttn_compile_init()