Home
last modified time | relevance | path

Searched refs:fd6_stage2shadersb (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_const.c55 .state_block = fd6_stage2shadersb(v->type), in fd6_emit_const_user()
67 .state_block = fd6_stage2shadersb(v->type), in fd6_emit_const_user()
93 .state_block = fd6_stage2shadersb(v->type), in fd6_emit_const_bo()
107 .state_block = fd6_stage2shadersb(v->type), in fd6_emit_const_bo()
144 CP_LOAD_STATE6_0_STATE_BLOCK(fd6_stage2shadersb(s->type)) | in emit_tess_bos()
245 CP_LOAD_STATE6_0_STATE_BLOCK(fd6_stage2shadersb(v->type)) | in fd6_emit_ubos()
Dfd6_emit.h234 fd6_stage2shadersb(gl_shader_stage type) in fd6_stage2shadersb() function
Dfd6_program.c47 enum a6xx_state_block sb = fd6_stage2shadersb(so->type); in fd6_emit_shader()