Searched refs:tess_outer_index (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_llvm_tess.c | 676 unsigned tess_inner_index, tess_outer_index; local in function:si_write_tess_factors 732 tess_outer_index = si_shader_io_get_unique_index_patch(VARYING_SLOT_TESS_LEVEL_OUTER); 738 LLVMConstInt(ctx->ac.i32, tess_outer_index * 4, 0), "");
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_nir_to_llvm.c | 3195 unsigned tess_inner_index = 0, tess_outer_index; local in function:write_tess_factors 3233 tess_outer_index = shader_io_get_unique_index(VARYING_SLOT_TESS_LEVEL_OUTER); 3235 LLVMConstInt(ctx->ac.i32, tess_outer_index * 4, false), "");
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader.c | 3070 unsigned tess_inner_index, tess_outer_index; local in function:si_write_tess_factors 3128 tess_outer_index = si_shader_io_get_unique_index_patch(TGSI_SEMANTIC_TESSOUTER, 0); 3136 tess_outer_index * 4, 0), "");
|
Completed in 18 milliseconds