HomeSort by relevance Sort by last modified time
    Searched refs:radeon_set_sh_reg (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/amd/vulkan/
si_cmd_buffer.c 208 radeon_set_sh_reg(cs, R_00B82C_COMPUTE_MAX_WAVE_ID,
383 radeon_set_sh_reg(cs, R_00B51C_SPI_SHADER_PGM_RSRC3_LS, S_00B51C_CU_EN(0xffff));
384 radeon_set_sh_reg(cs, R_00B41C_SPI_SHADER_PGM_RSRC3_HS, 0);
385 radeon_set_sh_reg(cs, R_00B31C_SPI_SHADER_PGM_RSRC3_ES, S_00B31C_CU_EN(0xffff));
386 radeon_set_sh_reg(cs, R_00B21C_SPI_SHADER_PGM_RSRC3_GS, S_00B21C_CU_EN(0xffff));
396 radeon_set_sh_reg(cs, R_00B118_SPI_SHADER_PGM_RSRC3_VS, S_00B118_CU_EN(0xffff));
397 radeon_set_sh_reg(cs, R_00B11C_SPI_SHADER_LATE_ALLOC_VS, S_00B11C_LIMIT(2));
404 radeon_set_sh_reg(cs, R_00B118_SPI_SHADER_PGM_RSRC3_VS, S_00B118_CU_EN(0xfffe));
405 radeon_set_sh_reg(cs, R_00B11C_SPI_SHADER_LATE_ALLOC_VS, S_00B11C_LIMIT(31));
408 radeon_set_sh_reg(cs, R_00B01C_SPI_SHADER_PGM_RSRC3_PS, S_00B01C_CU_EN(0xffff))
    [all...]
radv_cs.h 90 static inline void radeon_set_sh_reg(struct radeon_winsys_cs *cs, unsigned reg, unsigned value) function
radv_cmd_buffer.c     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
r600_cs.h 178 static inline void radeon_set_sh_reg(struct radeon_winsys_cs *cs, unsigned reg, unsigned value) function
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_compute.c 254 radeon_set_sh_reg(cs, R_00B82C_COMPUTE_MAX_WAVE_ID,
396 radeon_set_sh_reg(cs, R_00B860_COMPUTE_TMPRING_SIZE,
644 radeon_set_sh_reg(cs, R_00B854_COMPUTE_RESOURCE_LIMITS,
si_state_draw.c 199 radeon_set_sh_reg(cs, R_00B52C_SPI_SHADER_PGM_RSRC2_LS, ls_rsrc2);
224 radeon_set_sh_reg(cs,
    [all...]

Completed in 387 milliseconds