Searched refs:sample_pos (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h188 LLVMValueRef sample_pos; member in struct:lp_bld_tgsi_system_values
H A Dlp_bld_nir_soa.c1630 LLVMValueRef val = lp_build_array_get(gallivm, bld->system_values.sample_pos, idx);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_nir.cpp3339 fs_reg sample_pos = nir_system_values[SYSTEM_VALUE_SAMPLE_POS]; local in function:fs_visitor::nir_emit_fs_intrinsic
3340 assert(sample_pos.file != BAD_FILE);
3341 dest.type = sample_pos.type;
3342 bld.MOV(dest, sample_pos);
3343 bld.MOV(offset(dest, bld, 1), offset(sample_pos, bld, 1));
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_nir.cpp3440 fs_reg sample_pos = nir_system_values[SYSTEM_VALUE_SAMPLE_POS]; local in function:fs_visitor::nir_emit_fs_intrinsic
3441 assert(sample_pos.file != BAD_FILE);
3442 dest.type = sample_pos.type;
3443 bld.MOV(dest, sample_pos);
3444 bld.MOV(offset(dest, bld, 1), offset(sample_pos, bld, 1));
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp7953 Temp sample_pos; local in function:aco::__anon562fcc110110::visit_intrinsic
7974 sample_pos =
7979 sample_pos = bld.global(aco_opcode::global_load_dwordx2, bld.def(v2), addr,
8000 /* sample_pos = flat_load_dwordx2 addr */
8001 sample_pos = bld.flat(aco_opcode::flat_load_dwordx2, bld.def(v2), addr, Operand(s1));
8013 sample_pos = bld.tmp(v2);
8017 load->definitions[0] = Definition(sample_pos);
8030 /* sample_pos -= 0.5 */
8031 Temp pos1 = bld.tmp(RegClass(sample_pos.type(), 1));
8032 Temp pos2 = bld.tmp(RegClass(sample_pos
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_nir_to_llvm.c3313 LLVMValueRef sample_pos = ctx->abi->load_sample_position(ctx->abi, sample_id); local in function:barycentric_at_sample
3315 LLVMValueRef src_c0 = LLVMBuildExtractElement(ctx->ac.builder, sample_pos, ctx->ac.i32_0, "");
3317 LLVMValueRef src_c1 = LLVMBuildExtractElement(ctx->ac.builder, sample_pos, ctx->ac.i32_1, "");
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c944 system_values.sample_pos = sample_pos_array;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.2.0.rst2234 - r600/sfn: Handle loading sample_pos

Completed in 137 milliseconds