Home
last modified time | relevance | path

Searched refs:BRW_VARYING_SLOT_COUNT (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vue_map.c98 * values equal to BRW_VARYING_SLOT_COUNT, we need to ensure that in brw_compute_vue_map()
99 * BRW_VARYING_SLOT_COUNT is <= 127, not 128. in brw_compute_vue_map()
101 STATIC_ASSERT(BRW_VARYING_SLOT_COUNT <= 127); in brw_compute_vue_map()
103 for (int i = 0; i < BRW_VARYING_SLOT_COUNT; ++i) { in brw_compute_vue_map()
284 assume(slot < BRW_VARYING_SLOT_COUNT); in varying_name()
H A Dgfx6_gs_visitor.cpp487 int attribute_map[BRW_VARYING_SLOT_COUNT * MAX_GS_INPUT_VERTICES]; in setup_payload()
H A Dbrw_compiler.h426 unsigned char interp_mode[65]; /* BRW_VARYING_SLOT_COUNT */
464 unsigned char interp_mode[65]; /* BRW_VARYING_SLOT_COUNT */
938 unsigned char interp_mode[65]; /* BRW_VARYING_SLOT_COUNT */
1135 BRW_VARYING_SLOT_COUNT enumerator
H A Dbrw_compile_sf.c382 if (vert_reg_to_varying(c, reg, 1) != BRW_VARYING_SLOT_COUNT) { in calculate_masks()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program.c118 STATIC_ASSERT(BRW_VARYING_SLOT_COUNT <= 256); in gfx6_gs_xfb_setup()

Completed in 11 milliseconds