Home
last modified time | relevance | path

Searched refs:blendConstants (Results 1 – 25 of 26) sorted by relevance

12

/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp258 .blendConstants = {{ in CanHandlePrecisionQualifierWithYuvSampler()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_graphics_state.c991 cb->blend_constants[i] = cb_info->blendConstants[i]; in vk_color_blend_state_init()
2800 const float blendConstants[4]) in vk_common_CmdSetBlendConstants()
2806 0, 4, blendConstants); in vk_common_CmdSetBlendConstants()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dframebuffer.adoc99 * pname:blendConstants is a pointer to an array of four values used as the
610 * pname:blendConstants is a pointer to an array of four values specifying
621 slink:VkPipelineColorBlendStateCreateInfo::pname:blendConstants values used
/hardware/google/gfxstream/host/vulkan/
DVkSubDecoder.cpp211 float blendConstants[4]; in subDecode() local
212 memcpy((float*)blendConstants, *readStreamPtrPtr, 4 * sizeof(const float)); in subDecode()
214 vk->vkCmdSetBlendConstants((VkCommandBuffer)dispatchHandle, blendConstants); in subDecode()
DVkDecoderSnapshot.h435 const float blendConstants[4]);
DVkDecoderSnapshot.cpp1037 const float blendConstants[4]) { in vkCmdSetBlendConstants()
4717 const float blendConstants[4]) { in vkCmdSetBlendConstants()
4719 blendConstants); in vkCmdSetBlendConstants()
DVkDecoder.cpp6640 float blendConstants[4]; in decode() local
6650 memcpy((float*)blendConstants, *readStreamPtrPtr, 4 * sizeof(const float)); in decode()
6655 (unsigned long long)blendConstants); in decode()
6657 vk->vkCmdSetBlendConstants(unboxed_commandBuffer, blendConstants); in decode()
6665 commandBuffer, blendConstants); in decode()
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.h295 void vkCmdSetBlendConstants(VkCommandBuffer commandBuffer, const float blendConstants[4],
Dfunc_table.cpp1218 const float blendConstants[4]) { in gfxstream_vk_CmdSetBlendConstants()
1224 vkEnc->vkCmdSetBlendConstants(gfxstream_commandBuffer->internal_object, blendConstants, in gfxstream_vk_CmdSetBlendConstants()
Dgoldfish_vk_deepcopy_guest.cpp1395 memcpy(to->blendConstants, from->blendConstants, 4 * sizeof(float)); in deepcopy_VkPipelineColorBlendStateCreateInfo()
Dgoldfish_vk_marshaling_guest.cpp2747 vkStream->write((float*)forMarshaling->blendConstants, 4 * sizeof(float)); in marshal_VkPipelineColorBlendStateCreateInfo()
2771 vkStream->read((float*)forUnmarshaling->blendConstants, 4 * sizeof(float)); in unmarshal_VkPipelineColorBlendStateCreateInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp2087 memcpy(*ptr, (float*)forMarshaling->blendConstants, 4 * sizeof(float)); in reservedmarshal_VkPipelineColorBlendStateCreateInfo()
DVkEncoder.cpp11955 void VkEncoder::vkCmdSetBlendConstants(VkCommandBuffer commandBuffer, const float blendConstants[4], in vkCmdSetBlendConstants()
11985 blendConstants); in vkCmdSetBlendConstants()
11995 memcpy(local_blendConstants, blendConstants, 4 * sizeof(const float)); in vkCmdSetBlendConstants()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp1534 …void vkCmdSetBlendConstants( VkCommandBuffer commandBuffer, const float blendConstants[4] ) const … in vkCmdSetBlendConstants()
1536 return ::vkCmdSetBlendConstants( commandBuffer, blendConstants ); in vkCmdSetBlendConstants()
Dvulkansc_raii.hpp2405 void setBlendConstants( const float blendConstants[4] ) const VULKAN_HPP_NOEXCEPT;
6751 …VULKAN_HPP_INLINE void CommandBuffer::setBlendConstants( const float blendConstants[4] ) const VU… in setBlendConstants()
6757 …tcher()->vkCmdSetBlendConstants( static_cast<VkCommandBuffer>( m_commandBuffer ), blendConstants ); in setBlendConstants()
Dvulkansc_funcs.hpp3114 …VULKAN_HPP_INLINE void CommandBuffer::setBlendConstants( const float blendConstants[4], Dispatch c… in setBlendConstants()
3117 d.vkCmdSetBlendConstants( m_commandBuffer, blendConstants ); in setBlendConstants()
Dvulkan.hpp1601 …void vkCmdSetBlendConstants( VkCommandBuffer commandBuffer, const float blendConstants[4] ) const … in vkCmdSetBlendConstants()
1603 return ::vkCmdSetBlendConstants( commandBuffer, blendConstants ); in vkCmdSetBlendConstants()
Dvulkan_raii.hpp4837 void setBlendConstants( const float blendConstants[4] ) const VULKAN_HPP_NOEXCEPT;
11581 …VULKAN_HPP_INLINE void CommandBuffer::setBlendConstants( const float blendConstants[4] ) const VU… in setBlendConstants()
11587 …tcher()->vkCmdSetBlendConstants( static_cast<VkCommandBuffer>( m_commandBuffer ), blendConstants ); in setBlendConstants()
Dvulkansc_handles.hpp2159 …void setBlendConstants( const float blendConstants[4], Dispatch const & d VULKAN_HPP_DEFAULT_DISP…
Dvulkansc_hash.hpp2860 VULKAN_HPP_HASH_COMBINE( seed, pipelineColorBlendStateCreateInfo.blendConstants[i] ); in operator ()()
Dvulkan_hash.hpp4923 VULKAN_HPP_HASH_COMBINE( seed, pipelineColorBlendStateCreateInfo.blendConstants[i] ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3623 float blendConstants[4]; member
4046 …API_PTR *PFN_vkCmdSetBlendConstants)(VkCommandBuffer commandBuffer, const float blendConstants[4]);
4618 const float blendConstants[4]);
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp1395 memcpy(to->blendConstants, from->blendConstants, 4 * sizeof(float)); in deepcopy_VkPipelineColorBlendStateCreateInfo()
Dgoldfish_vk_marshaling.cpp3126 vkStream->write((float*)forMarshaling->blendConstants, 4 * sizeof(float)); in marshal_VkPipelineColorBlendStateCreateInfo()
3165 vkStream->read((float*)forUnmarshaling->blendConstants, 4 * sizeof(float)); in unmarshal_VkPipelineColorBlendStateCreateInfo()
Dgoldfish_vk_reserved_marshaling.cpp2410 memcpy((float*)forUnmarshaling->blendConstants, *ptr, 4 * sizeof(float)); in reservedunmarshal_VkPipelineColorBlendStateCreateInfo()

12