HomeSort by relevance Sort by last modified time
    Searched refs:EVERGREEN (Results 1 - 25 of 28) sorted by null

1 2

  /external/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.h 42 EVERGREEN,
171 return (getGeneration() >= EVERGREEN);
175 return (getGeneration() >= EVERGREEN);
184 return (getGeneration() >= EVERGREEN);
193 return (getGeneration() >= EVERGREEN);
202 return (getGeneration() >= EVERGREEN);
206 return (getGeneration() >= EVERGREEN);
210 return (getGeneration() >= EVERGREEN);
214 return (getGeneration() >= EVERGREEN);
AMDGPUInstrInfo.cpp 99 case AMDGPUSubtarget::EVERGREEN:
R600ControlFlowFinalizer.cpp 100 // our stack allocation algorithm for Evergreen/NI is correct. Applying this
127 // Some documentation says that this is not necessary on Evergreen,
135 assert(ST->getGeneration() >= R600Subtarget::EVERGREEN);
158 Item = CFStack::FIRST_NON_WQM_PUSH; // May not be required on Evergreen/NI
162 ST->getGeneration() > R600Subtarget::EVERGREEN &&
237 bool isEg = (ST->getGeneration() >= R600Subtarget::EVERGREEN);
AMDGPUAsmPrinter.cpp 277 if (STM.getGeneration() >= R600Subtarget::EVERGREEN) {
278 // Evergreen / Northern Islands
  /external/mesa3d/src/gallium/drivers/r600/
r600_uvd.c 83 if (ctx->b.chip_class < EVERGREEN || tmpl->interlaced || !R600_UVD_ENABLE_TILING)
92 if (ctx->b.chip_class < EVERGREEN || tmpl->interlaced || !R600_UVD_ENABLE_TILING)
102 if (ctx->b.chip_class < EVERGREEN || tmpl->interlaced || !R600_UVD_ENABLE_TILING)
eg_asm.c 78 if (bc->chip_class == EVERGREEN) /* no EOP on cayman */
98 if (bc->chip_class == EVERGREEN) /* no EOP on cayman */
116 if (bc->chip_class == EVERGREEN) /* no EOP on cayman */
133 if (bc->chip_class == EVERGREEN) /* no EOP on cayman */
144 if (bc->chip_class == EVERGREEN) /* no EOP on cayman */
182 assert(bc->chip_class >= EVERGREEN);
201 if (bc->chip_class == EVERGREEN) {
r600_hw_context.c 203 if (rctx->b.chip_class >= EVERGREEN)
351 if (ctx->b.chip_class >= EVERGREEN) {
366 if (ctx->b.chip_class <= EVERGREEN) {
429 if (rctx->b.chip_class >= EVERGREEN &&
r600_pipe.c 175 case EVERGREEN:
334 /* pre-evergreen geom shaders need newer kernel */
345 /* Supported on Evergreen. */
538 /* pre-evergreen geom shaders need newer kernel */
694 if (rscreen->b.info.chip_class >= EVERGREEN) {
726 case EVERGREEN:
742 case EVERGREEN:
r600_state_common.c 84 if (rctx->b.chip_class >= EVERGREEN && a->cb0_export_16bpc) {
177 /* common state between evergreen and r600 */
347 if (rctx->b.chip_class >= EVERGREEN) {
349 * we are having lockup on evergreen so do not enable
552 rctx->vertex_buffer_state.atom.num_dw = (rctx->b.chip_class >= EVERGREEN ? 12 : 11) *
608 state->atom.num_dw = (rctx->b.chip_class >= EVERGREEN ? 14 : 13) *
    [all...]
r600_viewport.c 51 #define GET_MAX_SCISSOR(rctx) (rctx->chip_class >= EVERGREEN ? 16384 : 8192)
144 if (rctx->chip_class == EVERGREEN || rctx->chip_class == CAYMAN) {
183 #define GET_MAX_VIEWPORT_RANGE(rctx) (rctx->chip_class >= EVERGREEN ? 32768 : 16384)
r600_streamout.c 161 if (rctx->chip_class >= EVERGREEN) {
309 if (rctx->chip_class >= EVERGREEN) {
r600_asm.c 940 int i, kcache_banks = bc->chip_class >= EVERGREEN ? 4 : 2;
1089 if (bc->chip_class < EVERGREEN)
1214 if (bc->chip_class >= EVERGREEN) {
    [all...]
r600_opcodes.h 355 #define CM_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_MUL_INT24 0x0000005B /* not on evergreen*/
356 #define CM_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_MULHI_INT24 0x0000005C /* not on evergreen*/
357 #define CM_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_FLT_TO_INT_TRUNC 0x0000005D /* not on evergreen*/
    [all...]
r600_blit.c 472 if (buffers & PIPE_CLEAR_COLOR && rctx->b.chip_class >= EVERGREEN) {
649 rctx->b.chip_class >= EVERGREEN &&
797 if (rctx->b.chip_class >= EVERGREEN) {
    [all...]
r600_pipe_common.c 242 if (rctx->chip_class >= EVERGREEN)
671 if ((rscreen->chip_class == EVERGREEN || rscreen->chip_class == CAYMAN) &&
998 if (screen->chip_class >= EVERGREEN)
    [all...]
r600_query.c 656 query->result_size = (rscreen->chip_class >= EVERGREEN ? 11 : 8) * 16;
    [all...]
r600_shader.c 252 if (rctx->b.chip_class >= EVERGREEN) {
262 if (rctx->b.chip_class >= EVERGREEN) {
277 if (rctx->b.chip_class >= EVERGREEN) {
339 /* needed for evergreen interpolation */
341 /* evergreen/cayman also store sample mask in face register */
907 if (ctx->bc->chip_class >= EVERGREEN) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.h 54 EVERGREEN = 2,
1014 return (getGeneration() >= EVERGREEN);
1018 return (getGeneration() >= EVERGREEN);
1023 return (getGeneration() >= EVERGREEN);
1029 return (getGeneration() >= EVERGREEN);
1033 return (getGeneration() >= EVERGREEN);
1041 return (getGeneration() >= EVERGREEN);
1045 return (getGeneration() >= EVERGREEN);
R600AsmPrinter.cpp 72 if (STM.getGeneration() >= AMDGPUSubtarget::EVERGREEN) {
73 // Evergreen / Northern Islands
R600ControlFlowFinalizer.cpp 118 // our stack allocation algorithm for Evergreen/NI is correct. Applying this
145 // Some documentation says that this is not necessary on Evergreen,
153 assert(ST->getGeneration() >= AMDGPUSubtarget::EVERGREEN);
176 Item = CFStack::FIRST_NON_WQM_PUSH; // May not be required on Evergreen/NI
180 ST->getGeneration() > AMDGPUSubtarget::EVERGREEN &&
253 bool isEg = (ST->getGeneration() >= AMDGPUSubtarget::EVERGREEN);
AMDGPUSubtarget.cpp 53 // FIXME: I don't think think Evergreen has any useful support for
60 HasMulU24 = getGeneration() >= EVERGREEN;
83 // FIXME: I don't think think Evergreen has any useful support for
  /external/mesa3d/src/amd/common/
amd_family.h 107 EVERGREEN,
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_context.cpp 100 TRANSLATE_HW_CLASS(EVERGREEN);
sb_core.cpp 331 case EVERGREEN: return HW_CLASS_EVERGREEN;
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_drm_winsys.c 255 ws->info.chip_class = EVERGREEN;
304 if (ws->info.chip_class >= EVERGREEN && ws->info.drm_minor >= 27) {
402 ws->info.chip_class >= EVERGREEN ?
407 ws->info.chip_class >= EVERGREEN ?
413 ws->info.chip_class >= EVERGREEN ? 512 : 256;
458 /* Get max pipes, this is only needed for compute shaders. All evergreen+

Completed in 803 milliseconds

1 2