Home
last modified time | relevance | path

Searched refs:TGSI_MAX_PRIM_VERTICES (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h234 #define TGSI_MAX_PRIM_VERTICES 6 macro
240 #define TGSI_MAX_TOTAL_VERTICES (TGSI_MAX_PRIM_VERTICES * TGSI_MAX_PRIMITIVES * PIPE_MAX_ATTRIBS)
Dtgsi_exec.c1098 TGSI_MAX_PRIM_VERTICES * PIPE_MAX_SHADER_INPUTS, in tgsi_exec_machine_bind_shader()
1459 assert(pos < TGSI_MAX_PRIM_VERTICES * PIPE_MAX_ATTRIBS); in fetch_src_file_channel()
4918 assert(pos < TGSI_MAX_PRIM_VERTICES * PIPE_MAX_ATTRIBS); in exec_interp_at_sample()