Searched refs:blend_types (Results 1 – 7 of 7) sorted by relevance
624 const struct lp_type blend_types[] = { variable633 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()
358 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()
227 enum mali_bifrost_register_file_format blend_types[MALI_BIFROST_BLEND_MAX_RT]; member
310 fs->blend_types[i]; in panfrost_emit_bifrost_blend()
92 nir_alu_type blend_types[8]; member
483 nir_alu_type *blend_types; member
288 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()