Home
last modified time | relevance | path

Searched refs:R_00B848_COMPUTE_PGM_RSRC1 (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_shadowed_regs.c202 R_00B848_COMPUTE_PGM_RSRC1,
203 R_00B84C_COMPUTE_PGM_RSRC2 - R_00B848_COMPUTE_PGM_RSRC1 + 4,
272 R_00B848_COMPUTE_PGM_RSRC1,
273 R_00B84C_COMPUTE_PGM_RSRC2 - R_00B848_COMPUTE_PGM_RSRC1 + 4,
488 R_00B848_COMPUTE_PGM_RSRC1,
489 R_00B84C_COMPUTE_PGM_RSRC2 - R_00B848_COMPUTE_PGM_RSRC1 + 4,
Dac_binary.c52 case R_00B848_COMPUTE_PGM_RSRC1: in ac_parse_shader_binary_config()
/external/llvm/lib/Target/AMDGPU/
DSIDefines.h215 #define R_00B848_COMPUTE_PGM_RSRC1 0x00B848 macro
256 #define R_00B848_COMPUTE_PGM_RSRC1 0x00B848 macro
DAMDGPUAsmPrinter.cpp572 case CallingConv::AMDGPU_CS: return R_00B848_COMPUTE_PGM_RSRC1; in getRsrcReg()
586 OutStreamer->EmitIntValue(R_00B848_COMPUTE_PGM_RSRC1, 4); in EmitProgramInfoSI()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIDefines.h507 #define R_00B848_COMPUTE_PGM_RSRC1 0x00B848 macro
551 #define R_00B848_COMPUTE_PGM_RSRC1 0x00B848 macro
DAMDGPUAsmPrinter.cpp1119 case CallingConv::AMDGPU_CS: return R_00B848_COMPUTE_PGM_RSRC1; in getRsrcReg()
1135 OutStreamer->EmitIntValue(R_00B848_COMPUTE_PGM_RSRC1, 4); in EmitProgramInfoSI()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIDefines.h785 #define R_00B848_COMPUTE_PGM_RSRC1 0x00B848 macro
DAMDGPUAsmPrinter.cpp1179 case CallingConv::AMDGPU_CS: return R_00B848_COMPUTE_PGM_RSRC1; in getRsrcReg()
1195 OutStreamer->emitInt32(R_00B848_COMPUTE_PGM_RSRC1); in EmitProgramInfoSI()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute.c512 radeon_set_sh_reg_seq(cs, R_00B848_COMPUTE_PGM_RSRC1, 2); in si_switch_compute_shader()
Dsi_compute_prim_discard.c1378 radeon_set_sh_reg_seq(cs, R_00B848_COMPUTE_PGM_RSRC1, 2); in si_dispatch_prim_discard_cs_and_draw()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c5357 radeon_set_sh_reg_seq(cs, R_00B848_COMPUTE_PGM_RSRC1, 2); in radv_pipeline_generate_hw_cs()