HomeSort by: relevance | last modified time | path
    Searched refs:blend_types (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_test_blend.c 624 const struct lp_type blend_types[] = { variable in typeref:struct:lp_type
633 const unsigned num_types = ARRAY_SIZE(blend_types);
655 for(type = blend_types; type < &blend_types[num_types]; ++type) {
715 type = &blend_types[rand() % num_types];
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
lp_test_blend.c 624 const struct lp_type blend_types[] = { variable in typeref:struct:lp_type
633 const unsigned num_types = ARRAY_SIZE(blend_types);
655 for(type = blend_types; type < &blend_types[num_types]; ++type) {
715 type = &blend_types[rand() % num_types];
  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_blitter.c 84 nir_alu_type blend_types[8]; member in struct:pan_blit_shader_data
339 .type = blit_shader->blend_types[i],
376 blit_shader->blend_types[i],
623 shader->blend_types[i] = info.bifrost.blend[i].type;

Completed in 7 milliseconds