Home
last modified time | relevance | path

Searched defs:format (Results 2976 - 3000 of 3062) sorted by relevance

1...<<111112113114115116117118119120>>...123

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp137 LimitFormat format; in validateFeatureLimits() member
541 LimitFormat format; member
3304 VkFormatFeatureFlags getBaseRequiredOptimalTilingFeatures (VkFormat format) in getBaseRequiredOptimalTilingFeatures() argument
3308 VkFormat format; in getBaseRequiredOptimalTilingFeatures() member
3385 VkFormatFeatureFlags getRequiredOptimalExtendedTilingFeatures (Context& context, VkFormat format, VkFormatFeatureFlags queriedFlags) in getRequiredOptimalExtendedTilingFeatures() argument
3500 getRequiredBufferFeatures(VkFormat format) getRequiredBufferFeatures() argument
3679 getRequiredYcbcrFormatFeatures(Context& context, VkFormat format) getRequiredYcbcrFormatFeatures() argument
3691 getRequiredOptimalTilingFeatures(Context& context, VkFormat format) getRequiredOptimalTilingFeatures() argument
3715 requiresYCbCrConversion(Context& context, VkFormat format) requiresYCbCrConversion() argument
3746 getAllowedOptimalTilingFeatures(Context &context, VkFormat format) getAllowedOptimalTilingFeatures() argument
3788 getAllowedBufferFeatures(Context &context, VkFormat format) getAllowedBufferFeatures() argument
3794 formatProperties(Context& context, VkFormat format) formatProperties() argument
3859 optimalTilingFeaturesSupported(Context& context, VkFormat format, VkFormatFeatureFlags features) optimalTilingFeaturesSupported() argument
4123 getValidImageCreateFlags(const VkPhysicalDeviceFeatures& deviceFeatures, VkFormat format, VkFormatFeatureFlags formatFeatures, VkImageType type, VkImageUsageFlags usage) getValidImageCreateFlags() argument
4169 isRequiredImageParameterCombination(const VkPhysicalDeviceFeatures& deviceFeatures, const VkFormat format, const VkFormatProperties& formatProperties, const VkImageType imageType, const VkImageTiling imageTiling, const VkImageUsageFlags usageFlags, const VkImageCreateFlags createFlags) isRequiredImageParameterCombination() argument
4229 getRequiredOptimalTilingSampleCounts(const VkPhysicalDeviceLimits& deviceLimits, const VkFormat format, const VkImageUsageFlags usageFlags) getRequiredOptimalTilingSampleCounts() argument
4305 VkFormat format; global() member
4324 imageFormatProperties(Context& context, const VkFormat format, const VkImageType imageType, const VkImageTiling tiling) imageFormatProperties() argument
5192 const VkFormat format = (VkFormat)formatNdx; deviceFormatProperties2() local
6460 imageFormatProperties2(Context& context, const VkFormat format, const VkImageType imageType, const VkImageTiling tiling) imageFormatProperties2() argument
6538 sparseImageFormatProperties2(Context& context, const VkFormat format, const VkImageType imageType, const VkImageTiling tiling) sparseImageFormatProperties2() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp3586 const VkFormat format = formats[ndx]; in MultiViewDepthStencilTestInstance() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp307 const VkPipelineExecutableStatisticFormatKHR format; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingAccelerationStructuresTests.cpp220 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, VkFormat format) in makeImageCreateInfo() argument
5053 const auto format = vertexFormats[vertexFormatNdx]; in addVertexIndexFormatsTests() local
5067 format, in addVertexIndexFormatsTests() local
[all...]
H A DvktRayTracingBuiltinTests.cpp121 VkFormat format; member
167 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument
1673 const VkFormat format = m_data.format; in runTest() local
1779 void checkFormatSupported(Context& context, VkFormat format, VkImageUsageFlag argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp278 static float requiredDepthEpsilon(VkFormat format) in requiredDepthEpsilon() argument
473 const tcu::TextureFormat format = mapVkFormat(vkFormat); in getImageAspectFlags() local
671 Attachment (VkFormat format, in Attachment() argument
993 const tcu::TextureFormat format = mapVkFormat(vkFormat); in clearColorToString() local
1057 const tcu::TextureFormat format = mapVkFormat(vkFormat); clearValueToString() local
1085 const tcu::TextureFormat format = mapVkFormat(attachment.getFormat()); randomColorClearValue() local
1329 createAttachmentImage(const DeviceInterface& vk, VkDevice device, deUint32 queueIndex, const UVec2& size, VkFormat format, VkSampleCountFlagBits samples, VkImageUsageFlags usageFlags, VkImageLayout layout) createAttachmentImage() argument
1385 createImageAttachmentView(const DeviceInterface& vk, VkDevice device, VkImage image, VkFormat format, VkImageAspectFlags aspect) createImageAttachmentView() argument
1406 const tcu::TextureFormat format = mapVkFormat(attachment.getFormat()); randomClearValue() local
1452 const tcu::TextureFormat format = mapVkFormat(attachmentInfo.getFormat()); AttachmentResources() local
2216 const tcu::TextureFormat format = mapVkFormat(dsAttachmentInfo.getFormat()); beginDynamicRendering() local
2325 const tcu::TextureFormat format = mapVkFormat(attachmentInfo.getFormat()); SubpassRenderer() local
2434 const tcu::TextureFormat format = mapVkFormat(attachmentInfo.getFormat()); SubpassRenderer() local
2608 tcu::TextureFormat format = mapVkFormat(m_renderInfo.getDepthStencilAttachment()->getFormat()); pushRenderCommands() local
2677 const tcu::TextureFormat format = mapVkFormat(m_renderInfo.getDepthStencilAttachment()->getFormat()); pushRenderCommands() local
2810 const tcu::TextureFormat format = mapVkFormat(attachmentInfo[attachmentNdx].getFormat()); pushImageInitializationCommands() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp1120 FloatFormat format; member
5732 randomDouble(const FloatFormat& format, Random& rnd, const Interval& inputRange) randomDouble() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp209 deUint32 format; //!< Internal format. member
1630 static TextureBindingSp createEmptyTexture (deUint32 format, in createEmptyTexture() argument
2105 const vk::VkFormat format in TextureSizeMSInstance() local
2305 const vk::VkFormat format = vk::mapTextureFormat(glu::mapGLInternalFormat(m_textureSpec.format)); TextureSamplesInstance() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFeatureInfo.cpp137 LimitFormat format; in validateFeatureLimits() member
541 LimitFormat format; member
3329 VkFormatFeatureFlags getBaseRequiredOptimalTilingFeatures (VkFormat format) in getBaseRequiredOptimalTilingFeatures() argument
3333 VkFormat format; in getBaseRequiredOptimalTilingFeatures() member
3410 VkFormatFeatureFlags getRequiredOptimalExtendedTilingFeatures (Context& context, VkFormat format, VkFormatFeatureFlags queriedFlags) in getRequiredOptimalExtendedTilingFeatures() argument
3530 getRequiredBufferFeatures(VkFormat format) getRequiredBufferFeatures() argument
3709 getRequiredYcbcrFormatFeatures(Context& context, VkFormat format) getRequiredYcbcrFormatFeatures() argument
3721 getRequiredOptimalTilingFeatures(Context& context, VkFormat format) getRequiredOptimalTilingFeatures() argument
3745 requiresYCbCrConversion(Context& context, VkFormat format) requiresYCbCrConversion() argument
3776 getAllowedOptimalTilingFeatures(Context &context, VkFormat format) getAllowedOptimalTilingFeatures() argument
3806 getAllowedBufferFeatures(Context &context, VkFormat format) getAllowedBufferFeatures() argument
3812 formatProperties(Context& context, VkFormat format) formatProperties() argument
3871 optimalTilingFeaturesSupported(Context& context, VkFormat format, VkFormatFeatureFlags features) optimalTilingFeaturesSupported() argument
4128 getValidImageCreateFlags(const VkPhysicalDeviceFeatures& deviceFeatures, VkFormat format, VkFormatFeatureFlags formatFeatures, VkImageType type, VkImageUsageFlags usage) getValidImageCreateFlags() argument
4174 isRequiredImageParameterCombination(const VkPhysicalDeviceFeatures& deviceFeatures, const VkFormat format, const VkFormatProperties& formatProperties, const VkImageType imageType, const VkImageTiling imageTiling, const VkImageUsageFlags usageFlags, const VkImageCreateFlags createFlags) isRequiredImageParameterCombination() argument
4234 getRequiredOptimalTilingSampleCounts(const VkPhysicalDeviceLimits& deviceLimits, const VkFormat format, const VkImageUsageFlags usageFlags) getRequiredOptimalTilingSampleCounts() argument
4310 VkFormat format; global() member
4329 imageFormatProperties(Context& context, const VkFormat format, const VkImageType imageType, const VkImageTiling tiling) imageFormatProperties() argument
5197 const VkFormat format = (VkFormat)formatNdx; deviceFormatProperties2() local
6465 imageFormatProperties2(Context& context, const VkFormat format, const VkImageType imageType, const VkImageTiling tiling) imageFormatProperties2() argument
6543 sparseImageFormatProperties2(Context& context, const VkFormat format, const VkImageType imageType, const VkImageTiling tiling) sparseImageFormatProperties2() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_ext_autogen.cpp407 CaptureGetTexImageANGLE(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLenum format, GLenum type, void *pixels) CaptureGetTexImageANGLE() argument
469 CaptureGetRenderbufferImageANGLE(const State &glState, bool isCallValid, GLenum target, GLenum format, GLenum type, void *pixels) CaptureGetRenderbufferImageANGLE() argument
1883 CaptureReadPixelsRobustANGLE(const State &glState, bool isCallValid, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLsizei *length, GLsizei *columns, GLsizei *rows, void *pixels) CaptureReadPixelsRobustANGLE() argument
1974 CaptureTexImage2DRobustANGLE(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) CaptureTexImage2DRobustANGLE() argument
2083 CaptureTexSubImage2DRobustANGLE(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) CaptureTexSubImage2DRobustANGLE() argument
2128 CaptureTexImage3DRobustANGLE(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) CaptureTexImage3DRobustANGLE() argument
2175 CaptureTexSubImage3DRobustANGLE(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) CaptureTexSubImage3DRobustANGLE() argument
2269 CaptureCompressedTexSubImage2DRobustANGLE(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLsizei xoffset, GLsizei yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, GLsizei dataSize, const GLvoid *data) CaptureCompressedTexSubImage2DRobustANGLE() argument
2362 CaptureCompressedTexSubImage3DRobustANGLE(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, GLsizei dataSize, const GLvoid *data) CaptureCompressedTexSubImage3DRobustANGLE() argument
3522 CaptureReadnPixelsRobustANGLE(const State &glState, bool isCallValid, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLsizei *length, GLsizei *columns, GLsizei *rows, void *data) CaptureReadnPixelsRobustANGLE() argument
4247 CaptureTexImage2DExternalANGLE(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type) CaptureTexImage2DExternalANGLE() argument
6400 CaptureReadnPixelsEXT(const State &glState, bool isCallValid, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data) CaptureReadnPixelsEXT() argument
10101 CaptureCompressedTexSubImage3DOES(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) CaptureCompressedTexSubImage3DOES() argument
10197 CaptureTexImage3DOES(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels) CaptureTexImage3DOES() argument
10243 CaptureTexSubImage3DOES(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) CaptureTexSubImage3DOES() argument
[all...]
H A Dcapture_gles_ext_params.cpp815 CaptureReadPixelsRobustANGLE_length(const State &glState, bool isCallValid, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLsizei *length, GLsizei *columns, GLsizei *rows, void *pixels, ParamCapture *paramCapture) CaptureReadPixelsRobustANGLE_length() argument
839 CaptureReadPixelsRobustANGLE_columns(const State &glState, bool isCallValid, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLsizei *length, GLsizei *columns, GLsizei *rows, void *pixels, ParamCapture *paramCapture) CaptureReadPixelsRobustANGLE_columns() argument
863 CaptureReadPixelsRobustANGLE_rows(const State &glState, bool isCallValid, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLsizei *length, GLsizei *columns, GLsizei *rows, void *pixels, ParamCapture *paramCapture) CaptureReadPixelsRobustANGLE_rows() argument
887 CaptureReadPixelsRobustANGLE_pixels(const State &glState, bool isCallValid, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLsizei *length, GLsizei *columns, GLsizei *rows, void *pixels, ParamCapture *paramCapture) CaptureReadPixelsRobustANGLE_pixels() argument
912 CaptureTexImage2DRobustANGLE_pixels(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, GLsizei bufSize, const void *pixels, ParamCapture *paramCapture) CaptureTexImage2DRobustANGLE_pixels() argument
961 CaptureTexSubImage2DRobustANGLE_pixels(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, const void *pixels, ParamCapture *paramCapture) CaptureTexSubImage2DRobustANGLE_pixels() argument
988 CaptureTexImage3DRobustANGLE_pixels(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei bufSize, const void *pixels, ParamCapture *paramCapture) CaptureTexImage3DRobustANGLE_pixels() argument
1006 CaptureTexSubImage3DRobustANGLE_pixels(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, const void *pixels, ParamCapture *paramCapture) CaptureTexSubImage3DRobustANGLE_pixels() argument
1041 CaptureCompressedTexSubImage2DRobustANGLE_data(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLsizei xoffset, GLsizei yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, GLsizei dataSize, const GLvoid *data, ParamCapture *paramCapture) CaptureCompressedTexSubImage2DRobustANGLE_data() argument
1075 CaptureCompressedTexSubImage3DRobustANGLE_data(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, GLsizei dataSize, const GLvoid *data, ParamCapture *paramCapture) CaptureCompressedTexSubImage3DRobustANGLE_data() argument
1626 CaptureReadnPixelsRobustANGLE_length(const State &glState, bool isCallValid, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLsizei *length, GLsizei *columns, GLsizei *rows, void *data, ParamCapture *paramCapture) CaptureReadnPixelsRobustANGLE_length() argument
1644 CaptureReadnPixelsRobustANGLE_columns(const State &glState, bool isCallValid, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLsizei *length, GLsizei *columns, GLsizei *rows, void *data, ParamCapture *paramCapture) CaptureReadnPixelsRobustANGLE_columns() argument
1662 CaptureReadnPixelsRobustANGLE_rows(const State &glState, bool isCallValid, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLsizei *length, GLsizei *columns, GLsizei *rows, void *data, ParamCapture *paramCapture) CaptureReadnPixelsRobustANGLE_rows() argument
1680 CaptureReadnPixelsRobustANGLE_data(const State &glState, bool isCallValid, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLsizei *length, GLsizei *columns, GLsizei *rows, void *data, ParamCapture *paramCapture) CaptureReadnPixelsRobustANGLE_data() argument
2573 CaptureReadnPixelsEXT_data(const State &glState, bool isCallValid, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data, ParamCapture *paramCapture) CaptureReadnPixelsEXT_data() argument
3293 CaptureCompressedTexSubImage3DOES_data(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data, ParamCapture *paramCapture) CaptureCompressedTexSubImage3DOES_data() argument
3311 CaptureTexImage3DOES_pixels(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels, ParamCapture *paramCapture) CaptureTexImage3DOES_pixels() argument
3329 CaptureTexSubImage3DOES_pixels(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels, ParamCapture *paramCapture) CaptureTexSubImage3DOES_pixels() argument
3510 CaptureGetTexImageANGLE_pixels(const State &glState, bool isCallValid, TextureTarget target, GLint level, GLenum format, GLenum type, void *pixels, angle::ParamCapture *paramCapture) CaptureGetTexImageANGLE_pixels() argument
3547 CaptureGetRenderbufferImageANGLE_pixels(const State &glState, bool isCallValid, GLenum target, GLenum format, GLenum type, void *pixels, angle::ParamCapture *paramCapture) CaptureGetRenderbufferImageANGLE_pixels() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.cpp717 void Utils::texture::get(glw::GLenum format, glw::GLenum type, glw::GLvoid* out_data) in get() argument
735 void Utils::texture::update(glw::GLuint width, glw::GLuint height, glw::GLenum format, glw::GLenum type, in update() argument
H A Dgl4cShadingLanguage420PackTests.cpp18630 void Utils::texture::get(glw::GLenum format, glw::GLenum type, glw::GLvoid* out_data) const in get() argument
18710 update(glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLenum format, glw::GLenum type, glw::GLvoid* data) update() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp1879 draw(glw::GLuint program_id, glw::GLenum primitive_type, glw::GLuint n_vertices, glw::GLenum format) draw() argument
3357 prepareCompresedTexture(const textureDefinition& texture, const formatDefinition& format, const resolutionDefinition& resolution, bool mutability) prepareCompresedTexture() argument
3567 setupSharedStorageBuffers(const formatDefinition& format, const samplingFunction& sampling_function, const bufferCollection& buffers, glw::GLuint program_id) setupSharedStorageBuffers() argument
3662 testTexture(const formatDefinition& format, bool mutability, const resolutionDefinition& resolution, textureDefinition& texture, programCollectionForFormat& program_collection) global() argument
3897 verifyResult(const formatDefinition& format, const resolutionDefinition& resolution, const samplingFunction sampling_function, unsigned char* data) global() argument
3938 verifyResultHelper(const formatDefinition& format, const resolutionDefinition& resolution, const componentProvider& component_provider, unsigned char* data) global() argument
4007 init(const glw::Functions& gl, const formatDefinition& format, const resolutionDefinition& resolution) global() argument
4191 formatDefinition(glw::GLenum internal_format, glw::GLenum format, glw::GLenum type, bool is_compressed, samplerType sampler_type, const glw::GLchar* name) global() argument
4233 formatInfo(glw::GLenum internal_format, glw::GLenum format, glw::GLenum type, bool is_compressed) global() argument
4576 init( const glw::Functions& gl, const formatDefinition& format, const samplingFunction& sampling_function, TextureCubeMapArraySamplingTest& test) global() argument
4682 init( const glw::Functions& gl, const formatDefinition& format, const samplingFunctionsVectorType& sampling_routines, TextureCubeMapArraySamplingTest& test) global() argument
5041 init(const glw::Functions& gl, const formatDefinition& format, const samplingFunction& sampling_function, const bufferCollection& buffers, glw::GLuint program_id) global() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_funcs.hpp234 PhysicalDevice::getImageFormatProperties( VULKAN_HPP_NAMESPACE::Format format, in getImageFormatProperties() argument
1279 getSparseImageFormatProperties( VULKAN_HPP_NAMESPACE::Format format, VULKAN_HPP_NAMESPACE::ImageType type, VULKAN_HPP_NAMESPACE::SampleCountFlagBits samples, VULKAN_HPP_NAMESPACE::ImageUsageFlags usage, VULKAN_HPP_NAMESPACE::ImageTiling tiling, Dispatch const & d ) const getSparseImageFormatProperties() argument
1317 getSparseImageFormatProperties( VULKAN_HPP_NAMESPACE::Format format, VULKAN_HPP_NAMESPACE::ImageType type, VULKAN_HPP_NAMESPACE::SampleCountFlagBits samples, VULKAN_HPP_NAMESPACE::ImageUsageFlags usage, VULKAN_HPP_NAMESPACE::ImageTiling tiling, SparseImageFormatPropertiesAllocator & sparseImageFormatPropertiesAllocator, Dispatch const & d ) const getSparseImageFormatProperties() argument
10194 getExternalImageFormatPropertiesNV( VULKAN_HPP_NAMESPACE::Format format, VULKAN_HPP_NAMESPACE::ImageType type, VULKAN_HPP_NAMESPACE::ImageTiling tiling, VULKAN_HPP_NAMESPACE::ImageUsageFlags usage, VULKAN_HPP_NAMESPACE::ImageCreateFlags flags, VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlagsNV externalHandleType, Dispatch const & d ) const getExternalImageFormatPropertiesNV() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_4_autogen.cpp3920 GL_BindImageTexture(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) GL_BindImageTexture() argument
4341 GL_ClearBufferData(GLenum target, GLenum internalformat, GLenum format, GLenum type, const void *data) GL_ClearBufferData() argument
4375 GL_ClearBufferSubData(GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data) GL_ClearBufferSubData() argument
5909 GL_ClearTexImage(GLuint texture, GLint level, GLenum format, GLenum type, const void *data) GL_ClearTexImage() argument
5938 GL_ClearTexSubImage(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data) GL_ClearTexSubImage() argument
6087 GL_ClearNamedBufferData(GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const void *data) GL_ClearNamedBufferData() argument
6122 GL_ClearNamedBufferSubData(GLuint buffer, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data) GL_ClearNamedBufferSubData() argument
6315 GL_CompressedTextureSubImage1D(GLuint texture, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void *data) GL_CompressedTextureSubImage1D() argument
6352 GL_CompressedTextureSubImage2D(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data) GL_CompressedTextureSubImage2D() argument
6392 GL_CompressedTextureSubImage3D(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) GL_CompressedTextureSubImage3D() argument
7336 GL_GetTextureImage(GLuint texture, GLint level, GLenum format, GLenum type, GLsizei bufSize, void *pixels) GL_GetTextureImage() argument
7543 GL_GetTextureSubImage(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, void *pixels) GL_GetTextureSubImage() argument
7758 GL_GetnColorTable(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void *table) GL_GetnColorTable() argument
7814 GL_GetnConvolutionFilter(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void *image) GL_GetnConvolutionFilter() argument
7844 GL_GetnHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void *values) GL_GetnHistogram() argument
7956 GL_GetnMinmax(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void *values) GL_GetnMinmax() argument
8090 GL_GetnSeparableFilter(GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, void *row, GLsizei columnBufSize, void *column, void *span) GL_GetnSeparableFilter() argument
8129 GL_GetnTexImage(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, void *pixels) GL_GetnTexImage() argument
8805 GL_ReadnPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data) GL_ReadnPixels() argument
9260 GL_TextureSubImage1D(GLuint texture, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels) GL_TextureSubImage1D() argument
9297 GL_TextureSubImage2D(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) GL_TextureSubImage2D() argument
9337 GL_TextureSubImage3D(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) GL_TextureSubImage3D() argument
[all...]
H A Dentry_points_gl_1_autogen.cpp1340 GL_DrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) in GL_DrawPixels() argument
2583 GL_GetTexImage(GLenum target, GLint level, GLenum format, GLenum type, void *pixels) in GL_GetTexImage() argument
5080 GL_ReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels) GL_ReadPixels() argument
6548 GL_TexImage1D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void *pixels) GL_TexImage1D() argument
6585 GL_TexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels) GL_TexImage2D() argument
7852 GL_InterleavedArrays(GLenum format, GLsizei stride, const void *pointer) GL_InterleavedArrays() argument
8058 GL_TexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels) GL_TexSubImage1D() argument
8094 GL_TexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) GL_TexSubImage2D() argument
8237 GL_TexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels) GL_TexImage3D() argument
8278 GL_TexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) GL_TexSubImage3D() argument
8486 GL_CompressedTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void *data) GL_CompressedTexSubImage1D() argument
8522 GL_CompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data) GL_CompressedTexSubImage2D() argument
8562 GL_CompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) GL_CompressedTexSubImage3D() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp766 getIncompleteTexture(const gl::Context *context, gl::TextureType type, gl::SamplerFormat format, gl::Texture **textureOut) getIncompleteTexture() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES.cpp133 bool ValidReadPixelsFormatEnum(const Context *context, GLenum format) in ValidReadPixelsFormatEnum() argument
192 ValidReadPixelsFormatType(const Context *context, const gl::InternalFormat *info, GLenum format, GLenum type) ValidReadPixelsFormatType() argument
1166 ValidImageDataSize(const Context *context, angle::EntryPoint entryPoint, TextureType texType, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels, GLsizei imageSize) ValidImageDataSize() argument
1922 const auto &format = *(texture->getFormat(baseTarget, effectiveBaseLevel).info); ValidateGenerateMipmapBase() local
1985 ValidateReadPixelsRobustANGLE(const Context *context, angle::EntryPoint entryPoint, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, const GLsizei *length, const GLsizei *columns, const GLsizei *rows, const void *pixels) ValidateReadPixelsRobustANGLE() argument
2026 ValidateReadnPixelsEXT(const Context *context, angle::EntryPoint entryPoint, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) ValidateReadnPixelsEXT() argument
2047 ValidateReadnPixelsRobustANGLE(const Context *context, angle::EntryPoint entryPoint, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, const GLsizei *length, const GLsizei *columns, const GLsizei *rows, const void *data) ValidateReadnPixelsRobustANGLE() argument
6950 ValidatePixelPack(const Context *context, angle::EntryPoint entryPoint, GLenum format, GLenum type, GLint x, GLint y, GLsizei width, GLsizei height, GLsizei bufSize, GLsizei *length, const void *pixels) ValidatePixelPack() argument
7045 ValidateReadPixelsBase(const Context *context, angle::EntryPoint entryPoint, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLsizei *length, GLsizei *columns, GLsizei *rows, const void *pixels) ValidateReadPixelsBase() argument
8243 ValidateTexImage2DExternalANGLE(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type) ValidateTexImage2DExternalANGLE() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_ext_autogen.cpp386 GL_GetTexImageANGLE(GLenum target, GLint level, GLenum format, GLenum type, void *pixels) in GL_GetTexImageANGLE() argument
444 GL_GetRenderbufferImageANGLE(GLenum target, GLenum format, GLenum type, void *pixels) GL_GetRenderbufferImageANGLE() argument
1595 GL_ReadPixelsRobustANGLE(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLsizei *length, GLsizei *columns, GLsizei *rows, void *pixels) GL_ReadPixelsRobustANGLE() argument
1637 GL_TexImage2DRobustANGLE(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) GL_TexImage2DRobustANGLE() argument
1743 GL_TexSubImage2DRobustANGLE(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) GL_TexSubImage2DRobustANGLE() argument
1785 GL_TexImage3DRobustANGLE(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) GL_TexImage3DRobustANGLE() argument
1829 GL_TexSubImage3DRobustANGLE(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) GL_TexSubImage3DRobustANGLE() argument
1916 GL_CompressedTexSubImage2DRobustANGLE(GLenum target, GLint level, GLsizei xoffset, GLsizei yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, GLsizei dataSize, const GLvoid *data) GL_CompressedTexSubImage2DRobustANGLE() argument
2000 GL_CompressedTexSubImage3DRobustANGLE(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, GLsizei dataSize, const GLvoid *data) GL_CompressedTexSubImage3DRobustANGLE() argument
2833 GL_ReadnPixelsRobustANGLE(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLsizei *length, GLsizei *columns, GLsizei *rows, void *data) GL_ReadnPixelsRobustANGLE() argument
3378 GL_TexImage2DExternalANGLE(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type) GL_TexImage2DExternalANGLE() argument
6039 GL_ReadnPixelsEXT(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data) GL_ReadnPixelsEXT() argument
10339 GL_CompressedTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) GL_CompressedTexSubImage3DOES() argument
10459 GL_TexImage3DOES(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels) GL_TexImage3DOES() argument
10501 GL_TexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) GL_TexSubImage3DOES() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp1575 size_t Context::getRequiredBufferSize(GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type) const in getRequiredBufferSize() argument
3357 void Context::readPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei *bufSize, void* pixels) in readPixels() argument
3474 clearColorBuffer(GLint drawbuffer, void *value, sw::Format format) clearColorBuffer() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DlibVulkan.cpp605 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties *pFormatProperties) in vkGetPhysicalDeviceFormatProperties() argument
613 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceImageFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkImageTyp argument
1337 vkGetPhysicalDeviceSparseImageFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkSampleCountFlagBits samples, VkImageUsageFlags usage, VkImageTiling tiling, uint32_t *pPropertyCount, VkSparseImageFormatProperties *pProperties) vkGetPhysicalDeviceSparseImageFormatProperties() argument
3342 vkGetPhysicalDeviceFormatProperties2(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2 *pFormatProperties) vkGetPhysicalDeviceFormatProperties2() argument
3498 VkFormat format = pImageFormatInfo->format; vkGetPhysicalDeviceImageFormatProperties2() local
4264 vkGetSwapchainGrallocUsage2ANDROID(VkDevice device, VkFormat format, VkImageUsageFlags imageUsage, VkSwapchainImageUsageFlagsANDROID swapchainUsage, uint64_t *grallocConsumerUsage, uint64_t *grallocProducerUsage) vkGetSwapchainGrallocUsage2ANDROID() argument
4275 vkGetSwapchainGrallocUsageANDROID(VkDevice device, VkFormat format, VkImageUsageFlags imageUsage, int *grallocUsage) vkGetSwapchainGrallocUsageANDROID() argument
[all...]
/third_party/python/Modules/
H A D_datetimemodule.c1575 wrap_strftime(PyObject *object, PyObject *format, PyObject *timetuple, in wrap_strftime() argument
1720 PyObject *format; wrap_strftime() local
3258 PyObject *format; date_strftime() local
3278 PyObject *format; date_format() local
4436 PyObject *format; time_strftime() local
5224 PyObject *string, *format; datetime_strptime() local
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc5735 const auto format = storage_texture_type->format; in ConvertTexelForStorage() local
/third_party/toybox/toys/pending/
H A Dawk.c343 static void zzerr(char *format, ...) in zzerr() argument
[all...]

Completed in 202 milliseconds

1...<<111112113114115116117118119120>>...123