Searched refs:per_vertex (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Di830_render.c673 int per_vertex; local in function:i830_emit_composite_primitive
676 per_vertex = 2; /* dest x/y */
704 per_vertex += 2; /* src x/y */
730 per_vertex += 3; /* src x/y/w */
760 per_vertex += 2; /* mask x/y */
786 per_vertex += 3; /* mask x/y/w */
839 intel->vertex_count += 3 * per_vertex;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Di830_render.c673 int per_vertex; local in function:i830_emit_composite_primitive
676 per_vertex = 2; /* dest x/y */
704 per_vertex += 2; /* src x/y */
730 per_vertex += 3; /* src x/y/w */
760 per_vertex += 2; /* mask x/y */
786 per_vertex += 3; /* mask x/y/w */
839 intel->vertex_count += 3 * per_vertex;
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_render.c626 int per_vertex, num_floats; local in function:i830_emit_composite_primitive
629 per_vertex = 2; /* dest x/y */
652 per_vertex += 2; /* src x/y */
675 per_vertex += 3; /* src x/y/w */
700 per_vertex += 2; /* mask x/y */
723 per_vertex += 3; /* mask x/y/w */
727 num_floats = 3 * per_vertex;
H A Di915_render.c566 int per_vertex, num_floats; local in function:i915_emit_composite_primitive
569 per_vertex = 2; /* dest x/y */
592 per_vertex += 2; /* src x/y */
615 per_vertex += 4; /* src x/y/z/w */
640 per_vertex += 2; /* mask x/y */
663 per_vertex += 4; /* mask x/y/z/w */
667 num_floats = 3 * per_vertex;
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_io_to_vector.c334 bool vs_in, bool per_vertex)
344 per_vertex)
348 b, build_array_index(b, nir_deref_instr_parent(deref), base, vs_in, per_vertex),
363 bool per_vertex = nir_is_arrayed_io(new_var, shader->info.stage); local in function:build_array_deref_of_new_var_flat
364 if (per_vertex) {
382 build_array_index(b, leader, nir_imm_int(b, base), vs_in, per_vertex));
333 build_array_index(nir_builder * b,nir_deref_instr * deref,nir_ssa_def * base,bool vs_in,bool per_vertex) argument
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_nir_lower_tess_io_to_mem.c291 bool per_vertex = intrin && local in function:hs_output_lds_offset
312 if (per_vertex) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_io.c470 const bool per_vertex = nir_is_per_vertex_io(var, b->shader->info.stage); local in function:nir_lower_io_block
479 offset = get_io_offset(b, deref, per_vertex ? &vertex_index : NULL,
1213 * Return the vertex index source for a load/store per_vertex intrinsic.
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dast_to_hir.cpp9013 const glsl_type *per_vertex = NULL; local in function:remove_per_vertex_blocks
9017 per_vertex = gl_in->get_interface_type();
9022 per_vertex = gl_Position->get_interface_type();
9033 if (per_vertex == NULL)
9039 interface_block_usage_visitor v(mode, per_vertex);
9049 if (var != NULL && var->get_interface_type() == per_vertex &&
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dast_to_hir.cpp8745 const glsl_type *per_vertex = NULL; local in function:remove_per_vertex_blocks
8749 per_vertex = gl_in->get_interface_type();
8754 per_vertex = gl_Position->get_interface_type();
8765 if (per_vertex == NULL)
8771 interface_block_usage_visitor v(mode, per_vertex);
8781 if (var != NULL && var->get_interface_type() == per_vertex &&
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst2441 - nv50/ir/nir: implement nir_intrinsic_store_(per_vertex\_)output
H A D21.2.0.rst1263 - nir/gather_info: Rename per_vertex to is_arrayed

Completed in 41 milliseconds