Searched refs:gs_type (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm.c | 1444 struct lp_type gs_type = bld_base->base.type; local in function:draw_gs_llvm_emit_vertex 1446 lp_int_type(gs_type), 0); 1454 for (i = 0; i < gs_type.length; ++i) { 1464 gs_info->num_outputs, gs_type, 2205 struct lp_type gs_type) 2209 struct lp_type mask_type = lp_int_type(gs_type); 2216 for (i = 0; i < gs_type.length; i++) { 2245 struct lp_type gs_type; local in function:draw_gs_llvm_generate 2320 memset(&gs_type, 0, sizeof gs_type); 2204 generate_mask_value(struct draw_gs_llvm_variant * variant,struct lp_type gs_type) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm.c | 1817 struct lp_type gs_type = bld->type; local in function:draw_gs_llvm_emit_vertex 1819 lp_int_type(gs_type), 0); 1828 for (i = 0; i < gs_type.length; ++i) { 1845 do_clamp_vertex_color(gallivm, gs_type, 1850 gs_info->num_outputs, gs_type, 2733 struct lp_type gs_type) 2737 struct lp_type mask_type = lp_int_type(gs_type); 2744 for (i = 0; i < gs_type.length; i++) { 2774 struct lp_type gs_type; local in function:draw_gs_llvm_generate 2855 memset(&gs_type, 2732 generate_mask_value(struct draw_gs_llvm_variant * variant,struct lp_type gs_type) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_pipeline.c | 1995 unsigned gs_type = nir[MESA_SHADER_GEOMETRY] ? MESA_SHADER_GEOMETRY : MESA_SHADER_VERTEX; local in function:gfx10_get_ngg_info 1997 unsigned min_verts_per_prim = gs_type == MESA_SHADER_GEOMETRY ? max_verts_per_prim : 1; 2042 if (gs_type == MESA_SHADER_GEOMETRY) { 2115 if (gs_type == MESA_SHADER_GEOMETRY) { 2170 : gs_type == MESA_SHADER_GEOMETRY 2176 if (gs_type == MESA_SHADER_GEOMETRY) { 2202 if (gs_type == MESA_SHADER_GEOMETRY) {
|
Completed in 20 milliseconds