HomeSort by relevance Sort by last modified time
    Searched refs:pRanges (Results 1 - 25 of 29) sorted by null

1 2

  /external/pdfium/core/fpdfapi/page/
cpdf_function.cpp 83 CPDF_Array* pRanges = pDict->GetArrayFor("Range");
85 if (pRanges) {
86 m_nOutputs = pRanges->GetCount() / 2;
89 m_pRanges[i] = pRanges->GetFloatAt(i);
cpdf_colorspace.cpp 991 CPDF_Array* pRanges = pDict->GetArrayFor("Range");
992 if (pRanges) {
994 ranges.push_back(pRanges->GetNumberAt(i));
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_blorp.c 783 const VkImageSubresourceRange* pRanges)
795 if (pRanges[r].aspectMask == 0)
798 assert(pRanges[r].aspectMask & VK_IMAGE_ASPECT_ANY_COLOR_BIT_ANV);
802 image, pRanges[r].aspectMask,
809 unsigned base_layer = pRanges[r].baseArrayLayer;
810 unsigned layer_count = anv_get_layerCount(image, &pRanges[r]);
812 for (unsigned i = 0; i < anv_get_levelCount(image, &pRanges[r]); i++) {
813 const unsigned level = pRanges[r].baseMipLevel + i;
839 const VkImageSubresourceRange* pRanges)
865 if (pRanges[r].aspectMask == 0
    [all...]
  /external/swiftshader/src/Vulkan/
VkCommandBuffer.hpp 102 uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
104 uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
VkCommandBuffer.cpp 764 uint32_t rangeCount, const VkImageSubresourceRange* pRanges)
770 addCommand<ClearColorImage>(image, pColor[i], pRanges[i]);
775 uint32_t rangeCount, const VkImageSubresourceRange* pRanges)
781 addCommand<ClearDepthStencilImage>(image, pDepthStencil[i], pRanges[i]);
libVulkan.cpp     [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.h 222 const VkImageSubresourceRange *pRanges);
224 uint32_t rangeCount, const VkImageSubresourceRange *pRanges);
vkrenderframework.cpp     [all...]
  /external/mesa3d/prebuilt-intermediates/vulkan/
anv_entrypoints.h     [all...]
anv_entrypoints.c     [all...]
  /external/mesa3d/src/amd/vulkan/
radv_meta_clear.c     [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkDeviceDriverImpl.inl 520 void DeviceDriver::cmdClearColorImage (VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearColorValue* pColor, deUint32 rangeCount, const VkImageSubresourceRange* pRanges) const
522 m_vk.cmdClearColorImage(commandBuffer, image, imageLayout, pColor, rangeCount, pRanges);
525 void DeviceDriver::cmdClearDepthStencilImage (VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthStencil, deUint32 rangeCount, const VkImageSubresourceRange* pRanges) const
527 m_vk.cmdClearDepthStencilImage(commandBuffer, image, imageLayout, pDepthStencil, rangeCount, pRanges);
    [all...]
vkConcreteDeviceInterface.inl 107 virtual void cmdClearColorImage (VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearColorValue* pColor, deUint32 rangeCount, const VkImageSubresourceRange* pRanges) const;
108 virtual void cmdClearDepthStencilImage (VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthStencil, deUint32 rangeCount, const VkImageSubresourceRange* pRanges) const;
vkVirtualDeviceInterface.inl 107 virtual void cmdClearColorImage (VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearColorValue* pColor, deUint32 rangeCount, const VkImageSubresourceRange* pRanges) const = 0;
108 virtual void cmdClearDepthStencilImage (VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthStencil, deUint32 rangeCount, const VkImageSubresourceRange* pRanges) const = 0;
    [all...]
vkNullDriverImpl.inl     [all...]
vkFunctionPointerTypes.inl 123 typedef VKAPI_ATTR void (VKAPI_CALL* CmdClearColorImageFunc) (VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearColorValue* pColor, deUint32 rangeCount, const VkImageSubresourceRange* pRanges);
124 typedef VKAPI_ATTR void (VKAPI_CALL* CmdClearDepthStencilImageFunc) (VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthStencil, deUint32 rangeCount, const VkImageSubresourceRange* pRanges);
    [all...]
vkVulkan_c.inl     [all...]
  /external/vulkan-validation-layers/layers/
buffer_validation.cpp     [all...]
core_validation.h     [all...]
  /device/generic/goldfish-opengl/system/vulkan_enc/
VkEncoder.h 602 const VkImageSubresourceRange* pRanges);
609 const VkImageSubresourceRange* pRanges);
    [all...]
  /device/generic/goldfish-opengl/system/vulkan/
func_table.cpp     [all...]
  /external/mesa3d/include/vulkan/
vulkan.h     [all...]
  /external/skia/include/third_party/vulkan/vulkan/
vulkan_core.h     [all...]
  /external/skqp/include/third_party/vulkan/vulkan/
vulkan_core.h     [all...]
  /external/swiftshader/include/vulkan/
vulkan_core.h     [all...]

Completed in 943 milliseconds

1 2