/hardware/google/gfxstream/common/detector/ |
D | GraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp | 258 .blendConstants = {{ in CanHandlePrecisionQualifierWithYuvSampler()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_graphics_state.c | 991 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/ |
D | framebuffer.adoc | 99 * 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/ |
D | VkSubDecoder.cpp | 211 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()
|
D | VkDecoderSnapshot.h | 435 const float blendConstants[4]);
|
D | VkDecoderSnapshot.cpp | 1037 const float blendConstants[4]) { in vkCmdSetBlendConstants() 4717 const float blendConstants[4]) { in vkCmdSetBlendConstants() 4719 blendConstants); in vkCmdSetBlendConstants()
|
D | VkDecoder.cpp | 6640 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/ |
D | VkEncoder.h | 295 void vkCmdSetBlendConstants(VkCommandBuffer commandBuffer, const float blendConstants[4],
|
D | func_table.cpp | 1218 const float blendConstants[4]) { in gfxstream_vk_CmdSetBlendConstants() 1224 vkEnc->vkCmdSetBlendConstants(gfxstream_commandBuffer->internal_object, blendConstants, in gfxstream_vk_CmdSetBlendConstants()
|
D | goldfish_vk_deepcopy_guest.cpp | 1395 memcpy(to->blendConstants, from->blendConstants, 4 * sizeof(float)); in deepcopy_VkPipelineColorBlendStateCreateInfo()
|
D | goldfish_vk_marshaling_guest.cpp | 2747 vkStream->write((float*)forMarshaling->blendConstants, 4 * sizeof(float)); in marshal_VkPipelineColorBlendStateCreateInfo() 2771 vkStream->read((float*)forUnmarshaling->blendConstants, 4 * sizeof(float)); in unmarshal_VkPipelineColorBlendStateCreateInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 2087 memcpy(*ptr, (float*)forMarshaling->blendConstants, 4 * sizeof(float)); in reservedmarshal_VkPipelineColorBlendStateCreateInfo()
|
D | VkEncoder.cpp | 11955 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/ |
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 | 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.hpp | 1601 …void vkCmdSetBlendConstants( VkCommandBuffer commandBuffer, const float blendConstants[4] ) const … in vkCmdSetBlendConstants() 1603 return ::vkCmdSetBlendConstants( commandBuffer, blendConstants ); in vkCmdSetBlendConstants()
|
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_hash.hpp | 4923 VULKAN_HPP_HASH_COMBINE( seed, pipelineColorBlendStateCreateInfo.blendConstants[i] ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3623 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/ |
D | goldfish_vk_deepcopy.cpp | 1395 memcpy(to->blendConstants, from->blendConstants, 4 * sizeof(float)); in deepcopy_VkPipelineColorBlendStateCreateInfo()
|
D | goldfish_vk_marshaling.cpp | 3126 vkStream->write((float*)forMarshaling->blendConstants, 4 * sizeof(float)); in marshal_VkPipelineColorBlendStateCreateInfo() 3165 vkStream->read((float*)forUnmarshaling->blendConstants, 4 * sizeof(float)); in unmarshal_VkPipelineColorBlendStateCreateInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 2410 memcpy((float*)forUnmarshaling->blendConstants, *ptr, 4 * sizeof(float)); in reservedunmarshal_VkPipelineColorBlendStateCreateInfo()
|