Searched refs:load_input (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_two_sided_color.c70 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 Dsfn_shader_vertex.h61 bool load_input(nir_intrinsic_instr* instr);
H A Dsfn_shader_vertex.cpp180 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 Dnir_lower_two_sided_color.c87 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 Dnir_schedule.c136 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 Dsi_shader_internal.h68 void (*load_input)(struct si_shader_context *, member in struct:si_shader_context
274 bool load_input);
H A Dsi_shader_tgsi_setup.c502 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 Dsi_shader.c1226 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 Dst_atifs_to_nir.c118 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 Dsi_shader_llvm_tess.c384 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 Dir2_nir.c475 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 Dir2_nir.c490 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 Dradv_nir_to_llvm.c1485 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 D20.3.0.rst981 - pan/bi: Special-case load_input for blend shaders
4353 - radv/llvm: gather VS input usage mask from load_input
H A D19.3.0.rst2430 - nir/drawpixels: handle load_color0, load_input,
H A D19.1.0.rst1405 - nir: Improve printing of load_input/store_output variable names.
H A D20.1.0.rst440 - pan/bi: Implement load_input for vertex shaders
H A D21.3.0.rst3558 - aco: fix vectorized 16-bit load_input/load_interpolated_input
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json9715 "description": "microsoft/compiler: For load_input from DS, use loadPatchConstant",
[all...]

Completed in 181 milliseconds