Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_assemble.c303 if (!program->blend_ret_offsets[i]) in panfrost_shader_compile()
307 program->blend_ret_offsets[i]; in panfrost_shader_compile()
/external/mesa3d/src/panfrost/util/
Dpan_ir.h95 uint32_t blend_ret_offsets[8]; member
/external/mesa3d/src/panfrost/bifrost/
Dbi_pack.c1171 assert(ins->blend_location < ARRAY_SIZE(ctx->blend_ret_offsets)); in bi_collect_blend_ret_addr()
1172 assert(!ctx->blend_ret_offsets[ins->blend_location]); in bi_collect_blend_ret_addr()
1173 ctx->blend_ret_offsets[ins->blend_location] = in bi_collect_blend_ret_addr()
1175 assert(!(ctx->blend_ret_offsets[ins->blend_location] & 0x7)); in bi_collect_blend_ret_addr()
Dcompiler.h471 uint32_t blend_ret_offsets[8]; member
Dbifrost_compile.c2440 … memcpy(program->blend_ret_offsets, ctx->blend_ret_offsets, sizeof(program->blend_ret_offsets)); in bifrost_compile_shader_nir()
/external/mesa3d/src/panfrost/lib/
Dpan_blit.c188 if (rt >= 0 && rt < 8 && program->blend_ret_offsets[rt]) in panfrost_init_blit_shaders()
189 … shader->blend_ret_addr = program->blend_ret_offsets[rt] + shader->shader; in panfrost_init_blit_shaders()