Searched refs:emit_tex (Results 1 - 25 of 25) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c304 emit_tex(struct lp_build_tgsi_aos_context *bld, function in typeref:typename:LLVMValueRef
661 dst0 = emit_tex(bld, inst, LP_BLD_TEX_MODIFIER_NONE);
665 dst0 = emit_tex(bld, inst, LP_BLD_TEX_MODIFIER_EXPLICIT_DERIV);
723 dst0 = emit_tex(bld, inst, LP_BLD_TEX_MODIFIER_LOD_BIAS);
735 dst0 = emit_tex(bld, inst, LP_BLD_TEX_MODIFIER_EXPLICIT_LOD);
739 dst0 = emit_tex(bld, inst, LP_BLD_TEX_MODIFIER_PROJECTED);
H A Dlp_bld_tgsi_soa.c2081 emit_tex( struct lp_build_tgsi_soa_context *bld, function in typeref:typename:void
3107 emit_tex(bld, emit_data->inst, LP_BLD_TEX_MODIFIER_NONE,
3119 emit_tex(bld, emit_data->inst, LP_BLD_TEX_MODIFIER_NONE,
3131 emit_tex(bld, emit_data->inst, LP_BLD_TEX_MODIFIER_LOD_BIAS,
3143 emit_tex(bld, emit_data->inst, LP_BLD_TEX_MODIFIER_LOD_BIAS,
3155 emit_tex(bld, emit_data->inst, LP_BLD_TEX_MODIFIER_EXPLICIT_DERIV,
3167 emit_tex(bld, emit_data->inst, LP_BLD_TEX_MODIFIER_EXPLICIT_LOD,
3179 emit_tex(bld, emit_data->inst, LP_BLD_TEX_MODIFIER_EXPLICIT_LOD,
3191 emit_tex(bld, emit_data->inst, LP_BLD_TEX_MODIFIER_PROJECTED,
3203 emit_tex(bl
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c304 emit_tex(struct lp_build_tgsi_aos_context *bld, function in typeref:typename:LLVMValueRef
661 dst0 = emit_tex(bld, inst, LP_BLD_TEX_MODIFIER_NONE);
665 dst0 = emit_tex(bld, inst, LP_BLD_TEX_MODIFIER_EXPLICIT_DERIV);
723 dst0 = emit_tex(bld, inst, LP_BLD_TEX_MODIFIER_LOD_BIAS);
735 dst0 = emit_tex(bld, inst, LP_BLD_TEX_MODIFIER_EXPLICIT_LOD);
739 dst0 = emit_tex(bld, inst, LP_BLD_TEX_MODIFIER_PROJECTED);
H A Dlp_bld_tgsi_soa.c2061 emit_tex( struct lp_build_tgsi_soa_context *bld, function in typeref:typename:void
3117 emit_tex(bld, emit_data->inst, LP_BLD_TEX_MODIFIER_NONE,
3129 emit_tex(bld, emit_data->inst, LP_BLD_TEX_MODIFIER_NONE,
3141 emit_tex(bld, emit_data->inst, LP_BLD_TEX_MODIFIER_LOD_BIAS,
3153 emit_tex(bld, emit_data->inst, LP_BLD_TEX_MODIFIER_LOD_BIAS,
3165 emit_tex(bld, emit_data->inst, LP_BLD_TEX_MODIFIER_EXPLICIT_DERIV,
3177 emit_tex(bld, emit_data->inst, LP_BLD_TEX_MODIFIER_EXPLICIT_LOD,
3189 emit_tex(bld, emit_data->inst, LP_BLD_TEX_MODIFIER_EXPLICIT_LOD,
3201 emit_tex(bld, emit_data->inst, LP_BLD_TEX_MODIFIER_PROJECTED,
3213 emit_tex(bl
[all...]
H A Dlp_bld_nir_soa.c1436 static void emit_tex(struct lp_build_nir_context *bld_base, function in typeref:typename:void
2480 bld.bld_base.tex = emit_tex;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_fpc_translate.c399 emit_tex(struct i915_fp_compile *p, function in typeref:typename:void
935 emit_tex(p, inst, T0_TEXLD, fs);
943 emit_tex(p, inst, T0_TEXLDB, fs);
947 emit_tex(p, inst, T0_TEXLDP, fs);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_fpc_translate.c356 emit_tex(struct i915_fp_compile *p, const struct i915_full_instruction *inst, function in typeref:typename:void
729 emit_tex(p, inst, T0_TEXLD, fs);
737 emit_tex(p, inst, T0_TEXLDB, fs);
741 emit_tex(p, inst, T0_TEXLDP, fs);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog_emit.c423 static int emit_tex(struct r300_emit_state * emit, struct rc_instruction * inst) function in typeref:typename:int
498 emit_tex(&emit, inst);
H A Dr500_fragprog_emit.c371 static int emit_tex(struct r300_fragment_program_compiler *c, struct rc_sub_instruction *inst) function in typeref:typename:int
377 error("emit_tex: Too many instructions");
412 error("emit_tex can't handle opcode %s\n", rc_get_opcode_info(inst->Opcode)->Name);
448 rc_error(s->C, "emit_tex: Too many instructions");
648 emit_tex(compiler, &inst->U.I);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog_emit.c425 static int emit_tex(struct r300_emit_state * emit, struct rc_instruction * inst) function in typeref:typename:int
500 emit_tex(&emit, inst);
H A Dr500_fragprog_emit.c373 static int emit_tex(struct r300_fragment_program_compiler *c, struct rc_sub_instruction *inst) function in typeref:typename:int
379 error("emit_tex: Too many instructions");
414 error("emit_tex can't handle opcode %s\n", rc_get_opcode_info(inst->Opcode)->Name);
450 rc_error(s->C, "emit_tex: Too many instructions");
650 emit_tex(compiler, &inst->U.I);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c641 emit_tex(struct ir2_context *ctx, nir_tex_instr * tex) function in typeref:typename:void
805 emit_tex(ctx, nir_instr_as_tex(instr));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.c510 emit_tex(struct etna_compile *c, nir_tex_instr * tex) function in typeref:typename:void
610 emit_tex(c, nir_instr_as_tex(instr));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c658 emit_tex(struct ir2_context *ctx, nir_tex_instr *tex) function in typeref:typename:void
818 emit_tex(ctx, nir_instr_as_tex(instr));
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.11.rst141 [softpipe] tgsi/tgsi_sse2.c:1527:emit_tex: Assertion \`0' failed.
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c1679 emit_tex(struct ir3_context *ctx, nir_tex_instr *tex) function in typeref:typename:void
2075 emit_tex(ctx, tex);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dmidgard_compile.c1833 emit_tex(compiler_context *ctx, nir_tex_instr *instr) function in typeref:typename:void
1990 emit_tex(ctx, nir_instr_as_tex(instr));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c1801 emit_tex(struct svga_shader_emitter *emit, function in typeref:typename:boolean
2778 return emit_tex( emit, insn );
H A Dsvga_tgsi_vgpu10.c5288 emit_tex(struct svga_shader_emitter_v10 *emit, function in typeref:typename:boolean
5945 return emit_tex(emit, inst);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c1799 emit_tex(struct svga_shader_emitter *emit, function in typeref:typename:boolean
2776 return emit_tex( emit, insn );
H A Dsvga_tgsi_vgpu10.c8039 emit_tex(struct svga_shader_emitter_v10 *emit, function in typeref:typename:boolean
9440 return emit_tex(emit, inst);
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_compile.c2424 emit_tex(compiler_context *ctx, nir_tex_instr *instr) function in typeref:typename:void
2485 emit_tex(ctx, nir_instr_as_tex(instr));
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c2383 emit_tex(struct ir3_context *ctx, nir_tex_instr *tex) function in typeref:typename:void
2931 emit_tex(ctx, tex);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c3111 emit_tex(struct ntv_context *ctx, nir_tex_instr *tex) function in typeref:typename:void
3570 emit_tex(ctx, nir_instr_as_tex(instr));
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Dnir_to_dxil.c4049 emit_tex(struct ntd_context *ctx, nir_tex_instr *instr) function in typeref:typename:bool
4259 return emit_tex(ctx, nir_instr_as_tex(instr));

Completed in 90 milliseconds