/hardware/google/gfxstream/common/detector/ |
D | GraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp | 258 .blendConstants = {{ in CanHandlePrecisionQualifierWithYuvSampler()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkSubDecoder.cpp | 233 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()
|
D | VkDecoderSnapshot.h | 502 VkCommandBuffer commandBuffer, const float blendConstants[4]);
|
D | VkDecoderSnapshot.cpp | 1127 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()
|
D | VkDecoder.cpp | 6625 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/ |
D | GfxstreamEnd2EndVkTests.cpp | 925 .blendConstants = {{ in CreatePipeline()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc.hpp | 1534 …void vkCmdSetBlendConstants( VkCommandBuffer commandBuffer, const float blendConstants[4] ) const … in vkCmdSetBlendConstants() 1536 return ::vkCmdSetBlendConstants( commandBuffer, blendConstants ); in vkCmdSetBlendConstants()
|
D | vulkansc_raii.hpp | 2405 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()
|
D | vulkan_core.h | 3661 float blendConstants[4]; member 4084 …API_PTR *PFN_vkCmdSetBlendConstants)(VkCommandBuffer commandBuffer, const float blendConstants[4]); 4656 const float blendConstants[4]);
|
D | vulkansc_structs.hpp | 20726 … 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
|
D | vulkan.hpp | 1601 …void vkCmdSetBlendConstants( VkCommandBuffer commandBuffer, const float blendConstants[4] ) const … in vkCmdSetBlendConstants() 1603 return ::vkCmdSetBlendConstants( commandBuffer, blendConstants ); in vkCmdSetBlendConstants()
|
D | vulkansc_funcs.hpp | 3114 …VULKAN_HPP_INLINE void CommandBuffer::setBlendConstants( const float blendConstants[4], Dispatch c… in setBlendConstants() 3117 d.vkCmdSetBlendConstants( m_commandBuffer, blendConstants ); in setBlendConstants()
|
D | vulkan_raii.hpp | 4837 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()
|
D | vulkansc_handles.hpp | 2159 …void setBlendConstants( const float blendConstants[4], Dispatch const & d VULKAN_HPP_DEFAULT_DISP…
|
D | vulkansc_hash.hpp | 2860 VULKAN_HPP_HASH_COMBINE( seed, pipelineColorBlendStateCreateInfo.blendConstants[i] ); in operator ()()
|
D | vulkan_structs.hpp | 38175 … 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
|
D | vulkan_funcs.hpp | 3604 …VULKAN_HPP_INLINE void CommandBuffer::setBlendConstants( const float blendConstants[4], Dispatch c… in setBlendConstants() 3607 d.vkCmdSetBlendConstants( m_commandBuffer, blendConstants ); in setBlendConstants()
|
D | vulkan_handles.hpp | 4249 …void setBlendConstants( const float blendConstants[4], Dispatch const & d VULKAN_HPP_DEFAULT_DISP…
|
D | vulkan_hash.hpp | 4923 VULKAN_HPP_HASH_COMBINE( seed, pipelineColorBlendStateCreateInfo.blendConstants[i] ); in operator ()()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.cpp | 1396 memcpy(to->blendConstants, from->blendConstants, 4 * sizeof(float)); in deepcopy_VkPipelineColorBlendStateCreateInfo()
|
D | goldfish_vk_marshaling.cpp | 3127 vkStream->write((float*)forMarshaling->blendConstants, 4 * sizeof(float)); in marshal_VkPipelineColorBlendStateCreateInfo() 3166 vkStream->read((float*)forUnmarshaling->blendConstants, 4 * sizeof(float)); in unmarshal_VkPipelineColorBlendStateCreateInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 2413 memcpy((float*)forUnmarshaling->blendConstants, *ptr, 4 * sizeof(float)); in reservedunmarshal_VkPipelineColorBlendStateCreateInfo()
|