Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp258 .blendConstants = {{ in CanHandlePrecisionQualifierWithYuvSampler()
/hardware/google/gfxstream/host/vulkan/
DVkSubDecoder.cpp233 float blendConstants[4]; in subDecode() local
234 memcpy((float*)blendConstants, *readStreamPtrPtr, 4 * sizeof(const float)); in subDecode()
237 vk->vkCmdSetBlendConstants((VkCommandBuffer)dispatchHandle, blendConstants); in subDecode()
DVkDecoderSnapshot.h502 VkCommandBuffer commandBuffer, const float blendConstants[4]);
DVkDecoderSnapshot.cpp1127 VkCommandBuffer commandBuffer, const float blendConstants[4]) { in vkCmdSetBlendConstants()
5051 size_t apiCallPacketSize, VkCommandBuffer commandBuffer, const float blendConstants[4]) { in vkCmdSetBlendConstants()
5053 commandBuffer, blendConstants); in vkCmdSetBlendConstants()
DVkDecoder.cpp6625 float blendConstants[4]; in decode() local
6635 memcpy((float*)blendConstants, *readStreamPtrPtr, 4 * sizeof(const float)); in decode()
6640 (unsigned long long)blendConstants); in decode()
6643 vk->vkCmdSetBlendConstants(unboxed_commandBuffer, blendConstants); in decode()
6649 blendConstants); in decode()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkTests.cpp925 .blendConstants = {{ in CreatePipeline()
/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()
Dvulkan_core.h3661 float blendConstants[4]; member
4084 …API_PTR *PFN_vkCmdSetBlendConstants)(VkCommandBuffer commandBuffer, const float blendConstants[4]);
4656 const float blendConstants[4]);
Dvulkansc_structs.hpp20726 … attachmentCount( attachmentCount_ ), pAttachments( pAttachments_ ), blendConstants( blendConstant…
20737 …32_t>( attachments_.size() ) ), pAttachments( attachments_.data() ), blendConstants( blendConstant…
20799 blendConstants = blendConstants_; in setBlendConstants()
20823 …:tie( sType, pNext, flags, logicOpEnable, logicOp, attachmentCount, pAttachments, blendConstants ); in reflect()
20843 && ( blendConstants == rhs.blendConstants ); in operator ==()
20861 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<float, 4> blendConstants = {}; member
Dvulkan.hpp1601 …void vkCmdSetBlendConstants( VkCommandBuffer commandBuffer, const float blendConstants[4] ) const … in vkCmdSetBlendConstants()
1603 return ::vkCmdSetBlendConstants( commandBuffer, blendConstants ); in vkCmdSetBlendConstants()
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_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_structs.hpp38175 … attachmentCount( attachmentCount_ ), pAttachments( pAttachments_ ), blendConstants( blendConstant…
38186 …32_t>( attachments_.size() ) ), pAttachments( attachments_.data() ), blendConstants( blendConstant…
38248 blendConstants = blendConstants_; in setBlendConstants()
38272 …:tie( sType, pNext, flags, logicOpEnable, logicOp, attachmentCount, pAttachments, blendConstants ); in reflect()
38292 && ( blendConstants == rhs.blendConstants ); in operator ==()
38310 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<float, 4> blendConstants = {}; member
Dvulkan_funcs.hpp3604 …VULKAN_HPP_INLINE void CommandBuffer::setBlendConstants( const float blendConstants[4], Dispatch c… in setBlendConstants()
3607 d.vkCmdSetBlendConstants( m_commandBuffer, blendConstants ); in setBlendConstants()
Dvulkan_handles.hpp4249 …void setBlendConstants( const float blendConstants[4], Dispatch const & d VULKAN_HPP_DEFAULT_DISP…
Dvulkan_hash.hpp4923 VULKAN_HPP_HASH_COMBINE( seed, pipelineColorBlendStateCreateInfo.blendConstants[i] ); in operator ()()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp1396 memcpy(to->blendConstants, from->blendConstants, 4 * sizeof(float)); in deepcopy_VkPipelineColorBlendStateCreateInfo()
Dgoldfish_vk_marshaling.cpp3127 vkStream->write((float*)forMarshaling->blendConstants, 4 * sizeof(float)); in marshal_VkPipelineColorBlendStateCreateInfo()
3166 vkStream->read((float*)forUnmarshaling->blendConstants, 4 * sizeof(float)); in unmarshal_VkPipelineColorBlendStateCreateInfo()
Dgoldfish_vk_reserved_marshaling.cpp2413 memcpy((float*)forUnmarshaling->blendConstants, *ptr, 4 * sizeof(float)); in reservedunmarshal_VkPipelineColorBlendStateCreateInfo()