Home
last modified time | relevance | path

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

/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-7.0/llvm/lib/Target/AMDGPU/
DSIDefines.h436 #define R_00B848_COMPUTE_PGM_RSRC1 0x00B848 macro
480 #define R_00B848_COMPUTE_PGM_RSRC1 0x00B848 macro
DAMDGPUAsmPrinter.cpp994 case CallingConv::AMDGPU_CS: return R_00B848_COMPUTE_PGM_RSRC1; in getRsrcReg()
1011 OutStreamer->EmitIntValue(R_00B848_COMPUTE_PGM_RSRC1, 4); in EmitProgramInfoSI()
/external/mesa3d/src/amd/common/
Dac_binary.c250 case R_00B848_COMPUTE_PGM_RSRC1: in ac_shader_binary_read_config()
Dgfx9d.h2448 #define R_00B848_COMPUTE_PGM_RSRC1 0x00B848 macro
Dsid.h3640 #define R_00B848_COMPUTE_PGM_RSRC1 0x00B848 macro
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute.c455 radeon_set_sh_reg_seq(cs, R_00B848_COMPUTE_PGM_RSRC1, 2); in si_switch_compute_shader()
Dsi_shader.c5172 case R_00B848_COMPUTE_PGM_RSRC1: in si_shader_binary_read_config()
/external/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c2649 radeon_set_sh_reg_seq(cmd_buffer->cs, R_00B848_COMPUTE_PGM_RSRC1, 2); in radv_emit_compute_pipeline()