Searched refs:halti (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_screen.c214 return DBG_ENABLED(ETNA_DBG_NIR) && screen->specs.halti >= 2;
331 bool ubo_enable = screen->specs.halti >= 2 && DBG_ENABLED(ETNA_DBG_NIR);
390 return DBG_ENABLED(ETNA_DBG_NIR) && screen->specs.halti >= 2;
441 /* pre-halti has no array/3D */
442 if (screen->specs.halti < 0 &&
710 if (screen->specs.halti >= 1) {
792 screen->specs.halti = 5; /* New GC7000/GC8x00 */
794 screen->specs.halti = 4; /* Old GC7000/GC7400 */
796 screen->specs.halti = 3; /* None? */
798 screen->specs.halti
[all...]
H A Detnaviv_context.c375 if (screen->specs.halti >= 2) {
423 if (screen->specs.halti >= 1) { /* Only on HALTI1+ */
426 if (screen->specs.halti >= 2) { /* Only on HALTI2+ */
429 if (screen->specs.halti >= 3) { /* Only on HALTI3+ */
432 if (screen->specs.halti >= 4) { /* Only on HALTI4+ */
437 if (screen->specs.halti >= 5) { /* Only on HALTI5+ */
453 if (screen->specs.halti >= 5) {
477 if (screen->specs.halti >= 5) {
482 screen->specs.halti >= 0 ? 16 : 12, dummy_attribs);
670 if (screen->specs.halti >
[all...]
H A Detnaviv_emit.c259 if (screen->specs.halti >= 5) {
274 if (screen->specs.halti >= 2) {
328 if (screen->specs.halti >= 2) { /* HALTI2+: NFE_VERTEX_STREAMS */
352 if ((dirty & (ETNA_DIRTY_VERTEX_ELEMENTS)) && screen->specs.halti >= 2) {
517 if (unlikely(dirty & (ETNA_DIRTY_FRAMEBUFFER)) && screen->specs.halti >= 3)
536 if (screen->specs.halti >= 5)
546 if (screen->specs.halti >= 0 &&
567 bool do_uniform_flush = screen->specs.halti < 5;
579 if (screen->specs.halti >= 5) { /* ICACHE (HALTI5) */
653 if (screen->specs.halti >
[all...]
H A Detnaviv_internal.h65 int halti : 8; member in struct:etna_specs
H A Detnaviv_nir.c121 if (!lod_bias || v->shader->specs->halti >= 5)
H A Detnaviv_compiler_nir.c240 if (c->specs->halti >= 2 && num_components == 1 &&
752 if (c->specs->halti >= 5)
919 if (c->specs->halti < 2)
1140 if (c->specs->halti < 2) {
1191 inst->halti5 = specs->halti >= 5;
H A Detnaviv_compiler_nir_emit.c253 .type = (c->specs->halti < 2) ? INST_TYPE_F32 : INST_TYPE_U32,
H A Detnaviv_texture.c350 if (screen->specs.halti >= 5)
H A Detnaviv_state.c163 COND(color_supertiled && screen->specs.halti >= 5, VIVS_PE_COLOR_FORMAT_SUPER_TILED_NEW);
222 VIVS_PS_CONTROL_EXT_OUTPUT_MODE0(translate_output_mode(cbuf->base.format, screen->specs.halti >= 5));
563 if (screen->specs.halti < 5) {
H A Detnaviv_texture_state.c603 if (ctx->screen->specs.halti >= 1)
H A Detnaviv_resource.c101 if (screen->specs.halti >= 5) {
H A Detnaviv_rs.c285 assert(screen->specs.halti >= 2);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_context.c279 if (ctx->specs.halti >= 2) {
352 if (ctx->specs.halti >= 1) { /* Only on HALTI1+ */
355 if (ctx->specs.halti >= 2) { /* Only on HALTI2+ */
358 if (ctx->specs.halti >= 3) { /* Only on HALTI3+ */
362 if (ctx->specs.halti >= 4) { /* Only on HALTI4+ */
367 if (ctx->specs.halti >= 5) { /* Only on HALTI5+ */
H A Detnaviv_screen.c724 screen->specs.halti = 5; /* New GC7000/GC8x00 */
726 screen->specs.halti = 4; /* Old GC7000/GC7400 */
728 screen->specs.halti = 3; /* None? */
730 screen->specs.halti = 2; /* GC2500/GC3000/GC5000/GC6400 */
732 screen->specs.halti = 1; /* GC900/GC4000/GC7000UL */
734 screen->specs.halti = 0; /* GC880/GC2000/GC7000TM */
736 screen->specs.halti = -1; /* GC7000nanolite / pre-GC2000 except GC880 */
737 if (screen->specs.halti >= 0)
738 DBG("etnaviv: GPU arch: HALTI%d", screen->specs.halti);
769 if (screen->specs.halti >
[all...]
H A Detnaviv_zsa.c102 COND(disable_zs && ctx->specs.halti < 5, VIVS_PE_DEPTH_CONFIG_DISABLE_ZS);
H A Detnaviv_emit.c257 if (ctx->specs.halti >= 5) {
272 if (ctx->specs.halti >= 2) {
326 if (ctx->specs.halti >= 2) { /* HALTI2+: NFE_VERTEX_STREAMS */
550 if (ctx->specs.halti >= 5)
591 bool do_uniform_flush = ctx->specs.halti < 5;
603 if (ctx->specs.halti >= 5) { /* ICACHE (HALTI5) */
686 if (ctx->specs.halti >= 5) {
H A Detnaviv_state.c139 COND(color_supertiled && ctx->specs.halti >= 5, VIVS_PE_COLOR_FORMAT_SUPER_TILED_NEW);
215 COND(ctx->specs.halti >= 5, VIVS_PE_DEPTH_CONFIG_DISABLE_ZS) /* Needs to be enabled on GC7000, otherwise depth writes hang w/ TS - apparently it does something else now */
547 if (ctx->specs.halti < 5) {
H A Detnaviv_internal.h64 int halti : 8; member in struct:etna_specs

Completed in 20 milliseconds