| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_lower_two_sided_color.c | 70 load_input(nir_builder *b, nir_variable *in) function in typeref:typename:nir_ssa_def * 157 /* replace load_input(COLn) with 158 * bcsel(load_system_value(FACE), load_input(COLn), load_input(BFCn)) 165 nir_ssa_def *front = load_input(b, state->colors[idx].front); 166 nir_ssa_def *back = load_input(b, state->colors[idx].back);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_shader_vertex.h | 61 bool load_input(nir_intrinsic_instr* instr);
|
| H A D | sfn_shader_vertex.cpp | 180 return load_input(instr); 187 bool VertexShaderFromNir::load_input(nir_intrinsic_instr* instr) function in class:r600::VertexShaderFromNir
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_two_sided_color.c | 87 load_input(nir_builder *b, nir_variable *in) function in typeref:typename:nir_ssa_def * 170 /* replace load_input(COLn) with 171 * bcsel(load_system_value(FACE), load_input(COLn), load_input(BFCn)) 188 front = load_input(b, state->colors[idx].front); 189 back = load_input(b, state->colors[idx].back);
|
| H A D | nir_schedule.c | 136 nir_schedule_node *load_input; member in struct:__anon4f2975c40308 381 add_write_dep(state, &state->load_input, n); 390 add_read_dep(state, state->load_input, n);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_internal.h | 68 void (*load_input)(struct si_shader_context *, member in struct:si_shader_context 274 bool load_input);
|
| H A D | si_shader_tgsi_setup.c | 502 ctx->load_input(ctx, index, &ctx->input_decls[index], input); 703 if (ctx->load_input && 712 ctx->load_input(ctx, idx, &ctx->input_decls[idx],
|
| H A D | si_shader.c | 1226 bool load_input) 1235 if (load_input) { 1258 if (load_input) { 1333 bool load_input) 5951 ctx->load_input = declare_input_vs; 5992 ctx->load_input = declare_input_fs; 1215 si_nir_load_tcs_varyings(struct ac_shader_abi * abi,LLVMTypeRef type,LLVMValueRef vertex_index,LLVMValueRef param_index,unsigned const_index,unsigned location,unsigned driver_location,unsigned component,unsigned num_components,bool is_patch,bool is_compact,bool load_input) argument 1322 si_nir_load_input_tes(struct ac_shader_abi * abi,LLVMTypeRef type,LLVMValueRef vertex_index,LLVMValueRef param_index,unsigned const_index,unsigned location,unsigned driver_location,unsigned component,unsigned num_components,bool is_patch,bool is_compact,bool load_input) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_atifs_to_nir.c | 118 load_input(struct st_translate *t, gl_varying_slot slot) function in typeref:typename:nir_ssa_def * 170 return load_input(t, VARYING_SLOT_COL0); 172 return load_input(t, VARYING_SLOT_COL1); 332 coord = load_input(t, VARYING_SLOT_TEX0 + attr); 486 nir_ssa_def *fogc = load_input(t, VARYING_SLOT_FOGC);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_llvm_tess.c | 384 unsigned num_components, bool load_input, 392 if (load_input) { 400 load_input && vertex_index_is_invoc_id && !param_index) { 418 if (load_input) { 445 bool load_input, bool vertex_index_is_invoc_id) 381 si_nir_load_tcs_varyings(struct ac_shader_abi * abi,LLVMTypeRef type,LLVMValueRef vertex_index,LLVMValueRef param_index,unsigned driver_location,unsigned component,unsigned num_components,bool load_input,bool vertex_index_is_invoc_id) argument 441 si_nir_load_input_tes(struct ac_shader_abi * abi,LLVMTypeRef type,LLVMValueRef vertex_index,LLVMValueRef param_index,unsigned driver_location,unsigned component,unsigned num_components,bool load_input,bool vertex_index_is_invoc_id) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2_nir.c | 475 load_input(struct ir2_context *ctx, nir_dest *dst, unsigned idx) function in typeref:typename:void 593 load_input(ctx, &intr->dest, nir_intrinsic_base(intr));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2_nir.c | 490 load_input(struct ir2_context *ctx, nir_dest *dst, unsigned idx) function in typeref:typename:void 601 load_input(ctx, &intr->dest, nir_intrinsic_base(intr));
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_nir_to_llvm.c | 1485 bool load_input) 1492 if (load_input) { 1614 bool load_input) 1474 load_tcs_varyings(struct ac_shader_abi * abi,LLVMTypeRef type,LLVMValueRef vertex_index,LLVMValueRef indir_index,unsigned const_index,unsigned location,unsigned driver_location,unsigned component,unsigned num_components,bool is_patch,bool is_compact,bool load_input) argument 1603 load_tes_input(struct ac_shader_abi * abi,LLVMTypeRef type,LLVMValueRef vertex_index,LLVMValueRef param_index,unsigned const_index,unsigned location,unsigned driver_location,unsigned component,unsigned num_components,bool is_patch,bool is_compact,bool load_input) argument
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.3.0.rst | 981 - pan/bi: Special-case load_input for blend shaders 4353 - radv/llvm: gather VS input usage mask from load_input
|
| H A D | 19.3.0.rst | 2430 - nir/drawpixels: handle load_color0, load_input,
|
| H A D | 19.1.0.rst | 1405 - nir: Improve printing of load_input/store_output variable names.
|
| H A D | 20.1.0.rst | 440 - pan/bi: Implement load_input for vertex shaders
|
| H A D | 21.3.0.rst | 3558 - aco: fix vectorized 16-bit load_input/load_interpolated_input
|
| /xsrc/external/mit/MesaLib/dist/ |
| H A D | .pick_status.json | 9715 "description": "microsoft/compiler: For load_input from DS, use loadPatchConstant", [all...] |