Home
last modified time | relevance | path

Searched defs:imageHeight (Results 26 - 50 of 51) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dangletypes.h461 GLint imageHeight = 0; member
H A Dformatutils.cpp1675 computeDepthPitch(GLsizei height, GLint imageHeight, GLuint rowPitch, GLuint *resultOut) const computeDepthPitch() argument
1701 computeDepthPitch(GLenum formatType, GLsizei width, GLsizei height, GLint alignment, GLint rowLength, GLint imageHeight, GLuint *resultOut) const computeDepthPitch() argument
H A DvalidationCL.cpp2732 const size_t imageHeight = in ValidateCreateImage() local
/third_party/opencl-headers/src/
H A Dopencl_wrapper.cpp697 clCreateImage2D(cl_context context, cl_mem_flags flags, const cl_image_format *image_format, size_t imageWidth, size_t imageHeight, size_t image_row_pitch, void *host_ptr, cl_int *errcode_ret) clCreateImage2D() argument
707 clCreateImage3D(cl_context context, cl_mem_flags flags, const cl_image_format *image_format, size_t imageWidth, size_t imageHeight, size_t imageDepth, size_t image_row_pitch, size_t image_slice_pitch, void *host_ptr, cl_int *errcode_ret) clCreateImage3D() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineFramebufferAttachmentTests.cpp807 const deUint8 imageHeight = numSamples; in testNoAtt() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiDisplayControlTests.cpp591 const deUint32 imageHeight = (properties.currentExtent.height != 0xFFFFFFFFu) in createSwapchainConfig() local
751 const deUint32 imageHeight = m_swapchainConfig.imageExtent.height; in initSwapchainResources() local
319 createCommandBuffer(const DeviceInterface& vkd, VkDevice device, VkCommandPool commandPool, VkRenderPass renderPass, VkImage image, VkFramebuffer framebuffer, VkPipeline pipeline, deUint32 imageWidth, deUint32 imageHeight) createCommandBuffer() argument
H A DvktWsiDisplayTimingTests.cpp623 const deUint32 imageHeight = (properties.currentExtent.height != 0xFFFFFFFFu) in createSwapchainConfig() local
742 const deUint32 imageHeight = m_swapchainConfig.imageExtent.height; in initSwapchainResources() local
252 createCommandBuffer(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkCommandPool commandPool, vk::VkPipelineLayout pipelineLayout, vk::VkRenderPass renderPass, vk::VkFramebuffer framebuffer, vk::VkPipeline pipeline, vk::VkImage image, bool isFirst, size_t frameNdx, deUint32 quadCount, deUint32 imageWidth, deUint32 imageHeight) createCommandBuffer() argument
H A DvktWsiIncrementalPresentTests.cpp240 getRenderFrameRect(size_t frameNdx, deUint32 imageWidth, deUint32 imageHeight) getRenderFrameRect() argument
291 cmdRenderFrame(const vk::DeviceInterface& vkd, vk::VkCommandBuffer commandBuffer, vk::VkPipelineLayout pipelineLayout, vk::VkPipeline pipeline, size_t frameNdx, deUint32 imageWidth, deUint32 imageHeight) cmdRenderFrame() argument
331 createCommandBuffer(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkCommandPool commandPool, vk::VkPipelineLayout pipelineLayout, vk::VkRenderPass renderPass, vk::VkFramebuffer framebuffer, vk::VkPipeline pipeline, vk::VkImage image, bool isFirst, size_t imageNextFrame, size_t currentFrame, deUint32 imageWidth, deUint32 imageHeight) createCommandBuffer() argument
711 const deUint32 imageHeight = scaling == SCALING_NONE generateSwapchainConfigs() local
853 const deUint32 imageHeight = m_swapchainConfigs[m_swapchainConfigNdx].imageExtent.height; initSwapchainResources() local
[all...]
H A DvktWsiSharedPresentableImageTests.cpp623 const deUint32 imageHeight = scaling == SCALING_NONE in generateSwapchainConfigs() local
778 const deUint32 imageHeight = m_swapchainConfigs[m_swapchainConfigNdx].imageExtent.height; in initSwapchainResources() local
266 createCommandBuffer(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkCommandPool commandPool, vk::VkPipelineLayout pipelineLayout, vk::VkRenderPass renderPass, vk::VkFramebuffer framebuffer, vk::VkPipeline pipeline, size_t frameNdx, deUint32 quadCount, deUint32 imageWidth, deUint32 imageHeight) createCommandBuffer() argument
/third_party/vk-gl-cts/external/amber/src/src/dawn/
H A Dengine_dawn.cc273 CreateBufferCopyView(::dawn::Buffer buffer, uint64_t offset, uint32_t rowPitch, uint32_t imageHeight) CreateBufferCopyView() argument
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_lossless_jpeg.cpp315 int32 imageHeight; member
2581 uint32 imageHeight; in DecodeLosslessJPEG() local
2542 StartRead(uint32 &imageWidth, uint32 &imageHeight, uint32 &imageChannels) StartRead() argument
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureSpecificationTests.cpp1151 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_height; in createTexture() local
1827 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_subH; in createTexture() local
1120 TexImage3DParamsCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int depth, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment) TexImage3DParamsCase() argument
1763 TexSubImage3DParamsCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int depth, int subX, int subY, int subZ, int subW, int subH, int subD, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment) TexSubImage3DParamsCase() argument
2440 TexImage2DArrayBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int depth, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment, int offset) TexImage2DArrayBufferCase() argument
2473 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_height; createTexture() local
2522 TexImage3DBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int depth, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment, int offset) TexImage3DBufferCase() argument
2555 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_height; createTexture() local
2794 TexSubImage2DArrayBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int depth, int subX, int subY, int subZ, int subW, int subH, int subD, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment, int offset) TexSubImage2DArrayBufferCase() argument
2861 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_subH; createTexture() local
3022 TexSubImage3DBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int depth, int subX, int subY, int subZ, int subW, int subH, int subD, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment, int offset) TexSubImage3DBufferCase() argument
3089 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_subH; createTexture() local
3133 TexImage2DDepthCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight) TexImage2DDepthCase() argument
3179 TexImage2DArrayDepthCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight, int numLayers) TexImage2DArrayDepthCase() argument
3226 TexSubImage2DDepthCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight) TexSubImage2DDepthCase() argument
3295 TexSubImage2DArrayDepthCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight, int numLayers) TexSubImage2DArrayDepthCase() argument
3367 TexImage2DDepthBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight) TexImage2DDepthBufferCase() argument
3427 TexImage2DArrayDepthBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight, int numLayers) TexImage2DArrayDepthBufferCase() argument
3449 int imageHeight = m_height; createTexture() local
4109 int imageHeight; init() member
4160 int imageHeight; init() member
4283 int imageHeight; init() member
4345 int imageHeight; init() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineFramebufferAttachmentTests.cpp799 const deUint8 imageHeight = numSamples; in testNoAtt() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiDisplayControlTests.cpp591 const deUint32 imageHeight = (properties.currentExtent.height != 0xFFFFFFFFu) in createSwapchainConfig() local
751 const deUint32 imageHeight = m_swapchainConfig.imageExtent.height; in initSwapchainResources() local
319 createCommandBuffer(const DeviceInterface& vkd, VkDevice device, VkCommandPool commandPool, VkRenderPass renderPass, VkImage image, VkFramebuffer framebuffer, VkPipeline pipeline, deUint32 imageWidth, deUint32 imageHeight) createCommandBuffer() argument
H A DvktWsiDisplayTimingTests.cpp623 const deUint32 imageHeight = (properties.currentExtent.height != 0xFFFFFFFFu) in createSwapchainConfig() local
742 const deUint32 imageHeight = m_swapchainConfig.imageExtent.height; in initSwapchainResources() local
252 createCommandBuffer(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkCommandPool commandPool, vk::VkPipelineLayout pipelineLayout, vk::VkRenderPass renderPass, vk::VkFramebuffer framebuffer, vk::VkPipeline pipeline, vk::VkImage image, bool isFirst, size_t frameNdx, deUint32 quadCount, deUint32 imageWidth, deUint32 imageHeight) createCommandBuffer() argument
H A DvktWsiIncrementalPresentTests.cpp240 getRenderFrameRect(size_t frameNdx, deUint32 imageWidth, deUint32 imageHeight) getRenderFrameRect() argument
291 cmdRenderFrame(const vk::DeviceInterface& vkd, vk::VkCommandBuffer commandBuffer, vk::VkPipelineLayout pipelineLayout, vk::VkPipeline pipeline, size_t frameNdx, deUint32 imageWidth, deUint32 imageHeight) cmdRenderFrame() argument
331 createCommandBuffer(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkCommandPool commandPool, vk::VkPipelineLayout pipelineLayout, vk::VkRenderPass renderPass, vk::VkFramebuffer framebuffer, vk::VkPipeline pipeline, vk::VkImage image, bool isFirst, size_t imageNextFrame, size_t currentFrame, deUint32 imageWidth, deUint32 imageHeight) createCommandBuffer() argument
711 const deUint32 imageHeight = scaling == SCALING_NONE generateSwapchainConfigs() local
853 const deUint32 imageHeight = m_swapchainConfigs[m_swapchainConfigNdx].imageExtent.height; initSwapchainResources() local
[all...]
H A DvktWsiSharedPresentableImageTests.cpp623 const deUint32 imageHeight = scaling == SCALING_NONE in generateSwapchainConfigs() local
778 const deUint32 imageHeight = m_swapchainConfigs[m_swapchainConfigNdx].imageExtent.height; in initSwapchainResources() local
266 createCommandBuffer(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkCommandPool commandPool, vk::VkPipelineLayout pipelineLayout, vk::VkRenderPass renderPass, vk::VkFramebuffer framebuffer, vk::VkPipeline pipeline, size_t frameNdx, deUint32 quadCount, deUint32 imageWidth, deUint32 imageHeight) createCommandBuffer() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp1096 Move<VkFramebuffer> ImageClearingTestInstance::createFrameBuffer (VkImageView imageView, VkRenderPass renderPass, deUint32 imageWidth, deUint32 imageHeight, deUint32 imageLayersCount, VkSampleCountFlagBits sampleCount) const in createFrameBuffer() argument
H A DvktApiCopiesAndBlittingTests.cpp857 deUint32 imageHeight = ((copyExtent.height + blockHeight-1) / blockHeight) * blockHeight; in uploadImageAspect() local
1054 deUint32 imageHeight = ((imageExtent.height + blockHeight-1) / blockHeight) * blockHeight; in readImageAspect() local
2579 deUint32 imageHeight = region.bufferImageCopy.bufferImageHeight; in copyRegionToTextureLevel() local
3070 deUint32 imageHeight = region.bufferImageCopy.bufferImageHeight; in copyRegionToTextureLevel() local
3119 deUint32 imageHeight = region.bufferImageCopy.bufferImageHeight; copyRegionToTextureLevel() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderQueryTestsEXT.cpp378 const auto imageHeight = m_params.getImageHeight(); in initPrograms() local
845 const auto imageHeight = m_params->getImageHeight(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiImageClearingTests.cpp990 Move<VkFramebuffer> ImageClearingTestInstance::createFrameBuffer (VkImageView imageView, VkRenderPass renderPass, deUint32 imageWidth, deUint32 imageHeight, deUint32 imageLayersCount) const in createFrameBuffer() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderQueryTestsEXT.cpp378 const auto imageHeight = m_params.getImageHeight(); in initPrograms() local
844 const auto imageHeight = m_params->getImageHeight(); in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DTextureVk.cpp1728 copyBufferDataToImage(ContextVk *contextVk, vk::BufferHelper *srcBuffer, const gl::ImageIndex index, uint32_t rowLength, uint32_t imageHeight, const gl::Box &sourceArea, size_t offset, VkImageAspectFlags aspectFlags) copyBufferDataToImage() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp905 void Context::setUnpackImageHeight(GLint imageHeight) in setUnpackImageHeight() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DRenderer11.cpp1470 EGLint imageHeight = static_cast<EGLint>(desc.Height); in getD3DTextureInfo() local

Completed in 81 milliseconds

123