Home
last modified time | relevance | path

Searched refs:blend_types (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_blend.c624 const struct lp_type blend_types[] = { variable
633 const unsigned num_types = ARRAY_SIZE(blend_types);
655 for(type = blend_types; type < &blend_types[num_types]; ++type) { in test_all()
715 type = &blend_types[rand() % num_types]; in test_some()
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_assemble.c358 for (unsigned i = 0; i < ARRAY_SIZE(state->blend_types); i++) in panfrost_shader_compile()
359 … state->blend_types[i] = bifrost_blend_type_from_nir(program->blend_types[i]); in panfrost_shader_compile()
Dpan_context.h227 enum mali_bifrost_register_file_format blend_types[MALI_BIFROST_BLEND_MAX_RT]; member
Dpan_cmdstream.c310 fs->blend_types[i]; in panfrost_emit_bifrost_blend()
/external/mesa3d/src/panfrost/util/
Dpan_ir.h92 nir_alu_type blend_types[8]; member
/external/mesa3d/src/panfrost/bifrost/
Dcompiler.h483 nir_alu_type *blend_types; member
Dbifrost_compile.c288 assert(ctx->blend_types); in bi_emit_blend()
290 ctx->blend_types[blend.blend_location] = blend.src_types[0]; in bi_emit_blend()
2396 ctx->blend_types = program->blend_types; in bifrost_compile_shader_nir()