| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_blend.c | 62 bool is_alpha) 66 ((src_factor == BLEND_FACTOR_DST_ALPHA) && is_alpha)) && 68 ((dest_factor == BLEND_FACTOR_SRC_ALPHA) && is_alpha)) && 78 bool is_alpha, 82 dest_factor, invert_dest, is_alpha)) { 195 bool is_alpha, 199 dest_factor, invert_dest, is_alpha, true)); 252 invert_dest, is_alpha)) { 57 is_2srcdest(enum blend_func blend_func,enum blend_factor src_factor,bool invert_src,enum blend_factor dest_factor,bool invert_dest,bool is_alpha) argument 73 can_fixed_function_equation(enum blend_func blend_func,enum blend_factor src_factor,bool invert_src,enum blend_factor dest_factor,bool invert_dest,bool is_alpha,bool supports_2src) argument 190 to_panfrost_function(enum blend_func blend_func,enum blend_factor src_factor,bool invert_src,enum blend_factor dest_factor,bool invert_dest,bool is_alpha,struct MALI_BLEND_FUNCTION * function) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_pair_schedule.c | 507 unsigned int srcp_src, srcp_regs, is_rgb, is_alpha; local in function:merge_presub_sources 516 is_alpha = 0; 521 is_alpha = 1; 543 free_source = rc_pair_alloc_source(dst_full, is_rgb, is_alpha, 559 is_alpha, temp.File, temp.Index);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_pair_schedule.c | 507 unsigned int srcp_src, srcp_regs, is_rgb, is_alpha; local in function:merge_presub_sources 516 is_alpha = 0; 521 is_alpha = 1; 543 free_source = rc_pair_alloc_source(dst_full, is_rgb, is_alpha, 559 is_alpha, temp.File, temp.Index);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_device.c | 771 bool is_alpha = true; local in function:anv_physical_device_try_create 780 is_alpha = false; 814 device->is_alpha = is_alpha; 2028 if (pdevice->is_alpha) {
|
| H A D | anv_private.h | 884 bool is_alpha; member in struct:anv_physical_device
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_pipeline.c | 307 static uint32_t si_translate_blend_opt_factor(VkBlendFactor factor, bool is_alpha) argument 315 return is_alpha ? V_028760_BLEND_OPT_PRESERVE_A1_IGNORE_A0 318 return is_alpha ? V_028760_BLEND_OPT_PRESERVE_A0_IGNORE_A1 325 return is_alpha ? V_028760_BLEND_OPT_PRESERVE_ALL_IGNORE_NONE
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_state.c | 354 static uint32_t si_translate_blend_opt_factor(int blend_fact, bool is_alpha) argument 362 return is_alpha ? V_028760_BLEND_OPT_PRESERVE_A1_IGNORE_A0 365 return is_alpha ? V_028760_BLEND_OPT_PRESERVE_A0_IGNORE_A1 372 return is_alpha ? V_028760_BLEND_OPT_PRESERVE_ALL_IGNORE_NONE
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_state.c | 358 static uint32_t si_translate_blend_opt_factor(int blend_fact, bool is_alpha) argument 366 return is_alpha ? V_028760_BLEND_OPT_PRESERVE_A1_IGNORE_A0 369 return is_alpha ? V_028760_BLEND_OPT_PRESERVE_A0_IGNORE_A1 376 return is_alpha ? V_028760_BLEND_OPT_PRESERVE_ALL_IGNORE_NONE
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_pipeline.c | 351 si_translate_blend_opt_factor(VkBlendFactor factor, bool is_alpha) argument 359 return is_alpha ? V_028760_BLEND_OPT_PRESERVE_A1_IGNORE_A0 362 return is_alpha ? V_028760_BLEND_OPT_PRESERVE_A0_IGNORE_A1 369 return is_alpha ? V_028760_BLEND_OPT_PRESERVE_ALL_IGNORE_NONE
|