HomeSort by: relevance | last modified time | path
    Searched defs:cc_gc_shader_pipe_config (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rv770.c 1191 u32 cc_gc_shader_pipe_config = 0; local in function:rv770_gpu_init
1310 shader_pipe_config = RREG32(CC_GC_SHADER_PIPE_CONFIG);
1324 cc_gc_shader_pipe_config = RREG32(CC_GC_SHADER_PIPE_CONFIG) & 0xffffff00;
1326 r600_count_pipe_bits((cc_gc_shader_pipe_config >> 16) & R7XX_MAX_SIMDS_MASK);
1401 num_qd_pipes = R7XX_MAX_PIPES - r600_count_pipe_bits((cc_gc_shader_pipe_config & INACTIVE_QD_PIPES_MASK) >> 8);
radeon_r600.c 2027 u32 cc_gc_shader_pipe_config; local in function:r600_gpu_init
2153 cc_gc_shader_pipe_config = RREG32(CC_GC_SHADER_PIPE_CONFIG) & 0x00ffff00;
2155 r600_count_pipe_bits((cc_gc_shader_pipe_config >> 16) & R6XX_MAX_SIMDS_MASK);
2179 tmp = R6XX_MAX_PIPES - r600_count_pipe_bits((cc_gc_shader_pipe_config & INACTIVE_QD_PIPES_MASK) >> 8);
  /src/sys/external/bsd/drm/dist/shared-core/
r600_cp.c 740 u32 cc_gc_shader_pipe_config = 0; local in function:r600_gfx_init
867 cc_gc_shader_pipe_config =
869 cc_gc_shader_pipe_config |=
880 RADEON_WRITE(R600_CC_GC_SHADER_PIPE_CONFIG, cc_gc_shader_pipe_config);
881 RADEON_WRITE(R600_GC_USER_SHADER_PIPE_CONFIG, cc_gc_shader_pipe_config);
884 R6XX_MAX_BACKENDS - r600_count_pipe_bits(cc_gc_shader_pipe_config & R600_INACTIVE_QD_PIPES_MASK);
1281 u32 cc_gc_shader_pipe_config = 0; local in function:r700_gfx_init
1438 cc_gc_shader_pipe_config =
1440 cc_gc_shader_pipe_config |=
1451 RADEON_WRITE(R600_CC_GC_SHADER_PIPE_CONFIG, cc_gc_shader_pipe_config);
    [all...]

Completed in 18 milliseconds