OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVERGREEN
(Results
1 - 23
of
23
) sorted by null
/external/llvm/lib/Target/R600/
AMDGPUSubtarget.h
34
EVERGREEN
,
AMDGPUAsmPrinter.cpp
109
if (STM.getGeneration() >= AMDGPUSubtarget::
EVERGREEN
) {
110
//
Evergreen
/ Northern Islands
R600ControlFlowFinalizer.cpp
68
bool isEg = (ST.getGeneration() >= AMDGPUSubtarget::
EVERGREEN
);
310
case AMDGPUSubtarget::
EVERGREEN
:
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
eg_asm.c
87
if (bc->chip_class ==
EVERGREEN
) /* no EOP on cayman */
116
if (bc->chip_class ==
EVERGREEN
) /* no EOP on cayman */
r600.h
71
EVERGREEN
,
98
/* we use some fake offsets at 0x40000 to do
evergreen
sampler borders so take 0x42000 as a max bound*/
r600_asm.c
124
case
EVERGREEN
:
382
case
EVERGREEN
:
433
case
EVERGREEN
:
451
case
EVERGREEN
:
469
case
EVERGREEN
:
489
*
EVERGREEN
:
517
case
EVERGREEN
:
544
*
EVERGREEN
:
569
case
EVERGREEN
:
596
case
EVERGREEN
[
all
...]
r600_state_common.c
97
if (rctx->chip_class >=
EVERGREEN
&& a->cb0_export_16bpc) {
170
/* common state between
evergreen
and r600 */
346
if (rctx->chip_class >=
EVERGREEN
) {
518
rctx->vertex_buffer_state.atom.num_dw = (rctx->chip_class >=
EVERGREEN
? 12 : 11) *
574
state->atom.num_dw = (rctx->chip_class >=
EVERGREEN
? 14 : 13) *
636
/* Track compressed colorbuffers for
Evergreen
(Cayman doesn't need this). */
776
if (rctx->chip_class <
EVERGREEN
&& rctx->ps_shader && rctx->vs_shader) {
858
if (rctx->chip_class <
EVERGREEN
&& rctx->ps_shader)
907
state->atom.num_dw = rctx->chip_class >=
EVERGREEN
? util_bitcount(state->dirty_mask)*20
1085
if (rctx->chip_class >=
EVERGREEN
)
[
all
...]
r600_pipe.c
265
case
EVERGREEN
:
424
/* Supported on
Evergreen
. */
523
/* XXX: support tessellation on
Evergreen
*/
926
rscreen->chip_class =
EVERGREEN
;
945
case
EVERGREEN
:
966
if (rscreen->chip_class >=
EVERGREEN
) {
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_hw_context.c
47
if (ctx->chip_class >=
EVERGREEN
) {
[
all
...]
r600_shader.c
87
if (rctx->chip_class >=
EVERGREEN
) {
94
if (rctx->chip_class >=
EVERGREEN
) {
190
/* needed for
evergreen
interpolation */
364
else if (ctx->bc->chip_class >=
EVERGREEN
)
416
} else if (ctx->bc->chip_class >=
EVERGREEN
) {
815
if (ctx->bc->chip_class >=
EVERGREEN
) {
891
* for
evergreen
we need to scan the shader to find the number of GPRs we need to
[
all
...]
r600_texture.c
90
if (rscreen->chip_class >=
EVERGREEN
&&
93
surface->bpe = 4; /* stencil is allocated separately on
evergreen
*/
175
/* old ddx on
evergreen
over estimate alignment for 1d, only 1 level
292
if (rscreen->chip_class >=
EVERGREEN
) {
[
all
...]
evergreen_state.c
[
all
...]
/external/mesa3d/src/gallium/drivers/r600/
eg_asm.c
87
if (bc->chip_class ==
EVERGREEN
) /* no EOP on cayman */
116
if (bc->chip_class ==
EVERGREEN
) /* no EOP on cayman */
r600.h
71
EVERGREEN
,
98
/* we use some fake offsets at 0x40000 to do
evergreen
sampler borders so take 0x42000 as a max bound*/
r600_asm.c
124
case
EVERGREEN
:
382
case
EVERGREEN
:
433
case
EVERGREEN
:
451
case
EVERGREEN
:
469
case
EVERGREEN
:
489
*
EVERGREEN
:
517
case
EVERGREEN
:
544
*
EVERGREEN
:
569
case
EVERGREEN
:
596
case
EVERGREEN
[
all
...]
r600_state_common.c
97
if (rctx->chip_class >=
EVERGREEN
&& a->cb0_export_16bpc) {
170
/* common state between
evergreen
and r600 */
346
if (rctx->chip_class >=
EVERGREEN
) {
518
rctx->vertex_buffer_state.atom.num_dw = (rctx->chip_class >=
EVERGREEN
? 12 : 11) *
574
state->atom.num_dw = (rctx->chip_class >=
EVERGREEN
? 14 : 13) *
636
/* Track compressed colorbuffers for
Evergreen
(Cayman doesn't need this). */
776
if (rctx->chip_class <
EVERGREEN
&& rctx->ps_shader && rctx->vs_shader) {
858
if (rctx->chip_class <
EVERGREEN
&& rctx->ps_shader)
907
state->atom.num_dw = rctx->chip_class >=
EVERGREEN
? util_bitcount(state->dirty_mask)*20
1085
if (rctx->chip_class >=
EVERGREEN
)
[
all
...]
r600_pipe.c
265
case
EVERGREEN
:
424
/* Supported on
Evergreen
. */
523
/* XXX: support tessellation on
Evergreen
*/
926
rscreen->chip_class =
EVERGREEN
;
945
case
EVERGREEN
:
966
if (rscreen->chip_class >=
EVERGREEN
) {
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_hw_context.c
47
if (ctx->chip_class >=
EVERGREEN
) {
[
all
...]
r600_shader.c
87
if (rctx->chip_class >=
EVERGREEN
) {
94
if (rctx->chip_class >=
EVERGREEN
) {
190
/* needed for
evergreen
interpolation */
364
else if (ctx->bc->chip_class >=
EVERGREEN
)
416
} else if (ctx->bc->chip_class >=
EVERGREEN
) {
815
if (ctx->bc->chip_class >=
EVERGREEN
) {
891
* for
evergreen
we need to scan the shader to find the number of GPRs we need to
[
all
...]
r600_texture.c
90
if (rscreen->chip_class >=
EVERGREEN
&&
93
surface->bpe = 4; /* stencil is allocated separately on
evergreen
*/
175
/* old ddx on
evergreen
over estimate alignment for 1d, only 1 level
292
if (rscreen->chip_class >=
EVERGREEN
) {
[
all
...]
evergreen_state.c
[
all
...]
Completed in 544 milliseconds