Searched refs:viewport_index_value (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_vs.c575 viewport_index_value = NULL; local in function:si_llvm_build_vs_exports
600 viewport_index_value = outputs[i].values[0];
699 LLVMValueRef v = viewport_index_value;
712 pos_args[1].out[3] = viewport_index_value;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c2870 LLVMValueRef psize_value = NULL, layer_value = NULL, viewport_index_value = NULL; local in function:handle_vs_outputs_post
2945 viewport_index_value = radv_load_output(ctx, VARYING_SLOT_VIEWPORT, 0);
2977 LLVMValueRef v = viewport_index_value;
2988 pos_args[1].out[3] = viewport_index_value;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c2880 LLVMValueRef psize_value = NULL, edgeflag_value = NULL, layer_value = NULL, viewport_index_value = NULL; local in function:si_llvm_export_vs
2898 viewport_index_value = outputs[i].values[0];
2976 LLVMValueRef v = viewport_index_value;
2991 pos_args[1].out[3] = viewport_index_value;

Completed in 69 milliseconds