Home
last modified time | relevance | path

Searched refs:RC_FRAGMENT_PROGRAM (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_regalloc.c383 if (prog == RC_FRAGMENT_PROGRAM) { in rc_init_regalloc_state()
422 if (prog == RC_FRAGMENT_PROGRAM) in rc_init_regalloc_state()
H A Dradeon_compiler.h21 RC_FRAGMENT_PROGRAM, enumerator
H A Dr3xx_fragprog.c159 c->Base.type = RC_FRAGMENT_PROGRAM; in r3xx_compile_fragment_program()
H A Dradeon_variable.c390 assert(c->type == RC_FRAGMENT_PROGRAM || in rc_get_variables()
H A Dradeon_optimize.c1497 if (c->type != RC_FRAGMENT_PROGRAM) { in rc_optimize()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.c485 rc_init_regalloc_state(&r300->fs_regalloc_state, RC_FRAGMENT_PROGRAM);