Searched refs:icp_handle (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_nir.cpp2346 fs_reg icp_handle = bld.vgrf(BRW_REGISTER_TYPE_UD, 1); local in function:fs_visitor::emit_gs_input_load
2351 icp_handle =
2385 bld.emit(SHADER_OPCODE_MOV_INDIRECT, icp_handle,
2386 retype(brw_vec8_grf(first_icp_handle, 0), icp_handle.type),
2396 bld.MOV(icp_handle,
2415 bld.emit(SHADER_OPCODE_MOV_INDIRECT, icp_handle,
2416 retype(brw_vec8_grf(first_icp_handle, 0), icp_handle.type),
2446 inst = bld.emit(SHADER_OPCODE_URB_READ_SIMD8, tmp, icp_handle);
2455 icp_handle);
2463 const fs_reg srcs[] = { icp_handle, indirect_offse
2645 fs_reg icp_handle; local in function:fs_visitor::nir_emit_tcs_intrinsic
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_nir.cpp2526 fs_reg icp_handle = bld.vgrf(BRW_REGISTER_TYPE_UD, 1); local in function:fs_visitor::emit_gs_input_load
2531 icp_handle =
2565 bld.emit(SHADER_OPCODE_MOV_INDIRECT, icp_handle,
2566 retype(brw_vec8_grf(first_icp_handle, 0), icp_handle.type),
2576 bld.MOV(icp_handle,
2595 bld.emit(SHADER_OPCODE_MOV_INDIRECT, icp_handle,
2596 retype(brw_vec8_grf(first_icp_handle, 0), icp_handle.type),
2611 inst = bld.emit(SHADER_OPCODE_URB_READ_SIMD8, tmp, icp_handle);
2619 inst = bld.emit(SHADER_OPCODE_URB_READ_SIMD8, dst, icp_handle);
2627 const fs_reg srcs[] = { icp_handle, indirect_offse
2715 fs_reg icp_handle; local in function:fs_visitor::get_tcs_single_patch_icp_handle
2778 fs_reg icp_handle = bld.vgrf(BRW_REGISTER_TYPE_UD, 1); local in function:fs_visitor::get_tcs_eight_patch_icp_handle
2900 fs_reg icp_handle = local in function:fs_visitor::nir_emit_tcs_intrinsic
[all...]

Completed in 10 milliseconds