Home
last modified time | relevance | path

Searched refs:blend_constants (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_graphics_state.h650 float blend_constants[4]; member
Dvk_graphics_state.c991 cb->blend_constants[i] = cb_info->blendConstants[i]; in vk_color_blend_state_init()
1025 typed_memcpy(dst->cb.blend_constants, cb->blend_constants, 4); in vk_dynamic_graphics_state_init_cb()
2020 COPY_ARRAY(CB_BLEND_CONSTANTS, cb.blend_constants, 4); in vk_dynamic_graphics_state_copy()
2805 SET_DYN_ARRAY(dyn, CB_BLEND_CONSTANTS, cb.blend_constants, in vk_common_CmdSetBlendConstants()