| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
| H A D | vktMeshShaderMiscTestsEXT.cpp | 194 const auto format = getOutputFormat(); in generateSolidRefLevel() local 424 const auto format = getOutputFormat(); in generateReferenceLevel() local 920 const auto format = getOutputFormat(); in generateReferenceLevel() local 1018 const auto format in generateReferenceLevel() local 2286 const auto format = getOutputFormat(); generateReferenceLevel() local 3296 const auto format = getOutputFormat(); generateReferenceLevel() local 3557 const auto format = getOutputFormat(); generateReferenceLevel() local 4627 const auto format = getOutputFormat(); generateReferenceLevel() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 155 bool isSupportedDepthStencilFormat (const InstanceInterface& vki, const VkPhysicalDevice physDevice, const VkFormat format) in isSupportedDepthStencilFormat() argument 220 VkImageAspectFlags getImageAspectFlags (const VkFormat format) in getImageAspectFlags() argument 421 makeImage(const DeviceInterface& vk, const VkDevice device, const VkImageCreateFlags flags, const VkFormat format, const UVec2& size, const VkSampleCountFlagBits samples, const VkImageUsageFlags usage) makeImage() argument 746 addAttachment(const VkImage image, const VkImageView imageView, const VkAttachmentDescriptionFlags flags, const VkFormat format, const VkSampleCountFlagBits numSamples, const VkAttachmentLoadOp loadOp, const VkAttachmentStoreOp storeOp, const VkAttachmentLoadOp stencilLoadOp, const VkAttachmentStoreOp stencilStoreOp, const VkImageLayout initialLayout, const VkImageLayout finalLayout, const VkClearValue clearValue, const VkSampleLocationsInfoEXT* pInitialSampleLocations = DE_NULL) addAttachment() argument [all...] |
| H A D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 86 VkImageAspectFlags getDepthStencilAspectFlags (const VkFormat format) in getDepthStencilAspectFlags() argument 98 inline bool isDepthFormat (const VkFormat format) in isDepthFormat() argument 103 inline bool isStencilFormat (const VkFormat format) in isStencilFormat() argument 363 makeImage(const DeviceInterface& vk, const VkDevice device, const VkFormat format, const UVec2& size, const deUint32 layerCount, const VkSampleCountFlagBits samples, const VkImageUsageFlags usage, const bool usedForMSRTSS) makeImage() argument 395 allocate(const DeviceInterface& vk, const VkDevice device, const MovePtr<Allocator>& allocator, const VkFormat format, const UVec2& size, const VkSampleCountFlagBits samples, const VkImageUsageFlags usage, const VkImageAspectFlags aspect, const deUint32 layerCount, const bool usedForMSRTSS) allocate() argument 411 makeView(const DeviceInterface& vk, const VkDevice device, const VkFormat format, const VkImageAspectFlags aspect, const deUint32 layerCount) makeView() argument 823 checkImageRequirements(Context& context, const VkFormat format, const VkFormatFeatureFlags requiredFeatureFlags, const VkImageUsageFlags requiredUsageFlags, const VkSampleCountFlagBits requiredSampleCount, VkImageFormatProperties& imageProperties) checkImageRequirements() argument 4907 testPerfQuery(Context& context, VkFormat format) testPerfQuery() argument 4934 getFormatShortString(const VkFormat format) getFormatShortString() argument [all...] |
| H A D | vktPipelineSamplerTests.cpp | 400 tcu::TextureFormat format = (isCompressedFormat(m_imageFormat)) ? tcu::getUncompressedFormat(mapVkCompressedFormat(m_imageFormat)) in initPrograms() local 537 std::string SamplerTest::getGlslSamplerType (const tcu::TextureFormat& format, SamplerViewType type, bool sampleStencil) in getGlslSamplerType() argument 863 VkSamplerCustomBorderColorCreateInfoEXT SamplerAddressModesTest::getSamplerCustomBorderColorCreateInfo (VkFormat format, rr::GenericVec4 customBorderColorValue, bool customBorderColorFormatless) const in getSamplerCustomBorderColorCreateInfo() argument 879 std::string getFormatCaseName (const VkFormat format) in getFormatCaseName() argument 1271 vk::VkFormat format; global() member 2374 const VkFormat format = formats[formatNdx]; createAllFormatsSamplerTests() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
| H A D | vktRayQueryAccelerationStructuresTests.cpp | 226 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument 3657 const auto format = vertexFormats[vertexFormatNdx]; in addVertexIndexFormatsTests() local 3673 format, in addVertexIndexFormatsTests() local
|
| H A D | vktRayQueryBuiltinTests.cpp | 229 VkFormat format; member 257 VkImageCreateInfo makeImageCreateInfo(VkFormat format, in makeImageCreateInfo() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| H A D | vktRenderPassFragmentDensityMapTests.cpp | 253 prepareImageAndImageView(const DeviceInterface& vk, VkDevice vkDevice, SimpleAllocator& memAlloc, VkImageCreateFlags imageCreateFlags, VkFormat format, VkExtent3D extent, deUint32 arrayLayers, VkSampleCountFlagBits samples, VkImageUsageFlags usage, deUint32 queueFamilyIndex, VkImageViewCreateFlags viewFlags, VkImageViewType viewType, const VkComponentMapping& channels, const VkImageSubresourceRange& subresourceRange, Move<VkImage>& image, de::MovePtr<Allocation>& imageAlloc, Move<VkImageView>& imageView) prepareImageAndImageView() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
| H A D | vktRobustnessExtsTests.cpp | 246 VkFormat format; member 835 getShaderImageFormatQualifier(const tcu::TextureFormat& format) getShaderImageFormatQualifier() argument 942 VkFormat format = m_data.format; initPrograms() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
| H A D | vktShaderExecutor.cpp | 645 const VkFormat format = getAttributeFormat(basicType); in FragmentOutExecutor() local 741 void FragmentOutExecutor::addAttribute (deUint32 bindingLocation, VkFormat format, deUint32 sizePerElement, deUint32 count, const void* dataPtr) in addAttribute() argument 815 const VkFormat format in bindAttributes() local 1349 const tcu::TextureFormat format = getRenderbufferFormatForOutput(output.varType, false); execute() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
| H A D | vktSubgroupsTestsUtils.cpp | 67 deUint32 getFormatSizeInBytes (const VkFormat format) in getFormatSizeInBytes() argument 145 deUint32 getElementSizeInBytes (const VkFormat format, in getElementSizeInBytes() argument 156 Move<VkRenderPass> makeRenderPass (Context& context, VkFormat format) in makeRenderPass() argument 1239 getFramebufferBufferDeclarations(const VkFormat& format, const std::vector<std::string>& declarations, const deUint32 stage) getFramebufferBufferDeclarations() argument 1262 initStdFrameBufferPrograms(SourceCollections& programCollection, const vk::ShaderBuildOptions& buildOptions, VkShaderStageFlags shaderStage, VkFormat format, bool gsPointSize, const std::string& extHeader, const std::string& testSrc, const std::string& helperStr, const std::vector<std::string>& declarations) initStdFrameBufferPrograms() argument 1408 initStdPrograms(vk::SourceCollections& programCollection, const vk::ShaderBuildOptions& buildOptions, vk::VkShaderStageFlags shaderStage, vk::VkFormat format, bool gsPointSize, const std::string& extHeader, const std::string& testSrc, const std::string& helperStr, const std::vector<std::string>& declarations, const bool avoidHelperInvocations, const std::string& tempRes) initStdPrograms() argument 1806 isFormatSupportedForDevice(Context& context, vk::VkFormat format) isFormatSupportedForDevice() argument 1886 getFormatNameForGLSL(VkFormat format) getFormatNameForGLSL() argument 1942 getAdditionalExtensionForFormat(vk::VkFormat format) getAdditionalExtensionForFormat() argument 2039 isFormatSigned(VkFormat format) isFormatSigned() argument 2065 isFormatUnsigned(VkFormat format) isFormatUnsigned() argument 2091 isFormatFloat(VkFormat format) isFormatFloat() argument 2113 isFormatBool(VkFormat format) isFormatBool() argument 2127 isFormat8bitTy(VkFormat format) isFormat8bitTy() argument 2145 isFormat16BitTy(VkFormat format) isFormat16BitTy() argument 2476 const vk::VkFormat format = data.format; initializeMemory() local 2647 makeTessellationEvaluationFrameBufferTest(Context& context, VkFormat format, const SSBOData* extraData, deUint32 extraDataCount, const void* internalData, subgroups::CheckResult checkResult, const VkShaderStageFlags shaderStage) makeTessellationEvaluationFrameBufferTest() argument 2658 makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize(Context& context, VkFormat format, const SSBOData* extraData, deUint32 extraDataCount, const void* internalData, subgroups::CheckResult checkResult, const VkShaderStageFlags shaderStage, const deUint32 tessShaderStageCreateFlags, const deUint32 requiredSubgroupSize) makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() argument 2889 makeGeometryFrameBufferTest(Context& context, VkFormat format, const SSBOData* extraData, deUint32 extraDataCount, const void* internalData, subgroups::CheckResult checkResult) makeGeometryFrameBufferTest() argument 2899 makeGeometryFrameBufferTestRequiredSubgroupSize(Context& context, VkFormat format, const SSBOData* extraData, deUint32 extraDataCount, const void* internalData, subgroups::CheckResult checkResult, const deUint32 geometryShaderStageCreateFlags, const deUint32 requiredSubgroupSize) makeGeometryFrameBufferTestRequiredSubgroupSize() argument 3123 allStages(Context& context, vk::VkFormat format, const SSBOData* extraData, deUint32 extraDataCount, const void* internalData, const VerificationFunctor& checkResult, const vk::VkShaderStageFlags shaderStage) allStages() argument 3135 allStagesRequiredSubgroupSize(Context& context, vk::VkFormat format, const SSBOData* extraDatas, deUint32 extraDatasCount, const void* internalData, const VerificationFunctor& checkResult, const vk::VkShaderStageFlags shaderStageTested, const deUint32 vertexShaderStageCreateFlags, const deUint32 tessellationControlShaderStageCreateFlags, const deUint32 tessellationEvalShaderStageCreateFlags, const deUint32 geometryShaderStageCreateFlags, const deUint32 fragmentShaderStageCreateFlags, const deUint32 requiredSubgroupSize[5]) allStagesRequiredSubgroupSize() argument 3460 makeVertexFrameBufferTest(Context& context, vk::VkFormat format, const SSBOData* extraData, deUint32 extraDataCount, const void* internalData, subgroups::CheckResult checkResult) makeVertexFrameBufferTest() argument 3470 makeVertexFrameBufferTestRequiredSubgroupSize(Context& context, vk::VkFormat format, const SSBOData* extraData, deUint32 extraDataCount, const void* internalData, subgroups::CheckResult checkResult, const deUint32 vertexShaderStageCreateFlags, const deUint32 requiredSubgroupSize) makeVertexFrameBufferTestRequiredSubgroupSize() argument 3684 makeFragmentFrameBufferTest(Context& context, VkFormat format, const SSBOData* extraDatas, deUint32 extraDatasCount, const void* internalData, CheckResultFragment checkResult) makeFragmentFrameBufferTest() argument 3694 makeFragmentFrameBufferTestRequiredSubgroupSize(Context& context, VkFormat format, const SSBOData* extraDatas, deUint32 extraDatasCount, const void* internalData, CheckResultFragment checkResult, const deUint32 fragmentShaderStageCreateFlags, const deUint32 requiredSubgroupSize) makeFragmentFrameBufferTestRequiredSubgroupSize() argument 4019 makeComputeOrMeshTestRequiredSubgroupSize(ComputeLike testType, Context& context, VkFormat format, const vkt::subgroups::SSBOData* inputs, deUint32 inputsCount, const void* internalData, vkt::subgroups::CheckResultCompute checkResult, const deUint32 pipelineShaderStageCreateFlags, const deUint32 numWorkgroups[3], const deBool isRequiredSubgroupSize, const deUint32 subgroupSize, const deUint32 localSizesToTest[][3], const deUint32 localSizesToTestCount) makeComputeOrMeshTestRequiredSubgroupSize() argument 4352 makeComputeTestRequiredSubgroupSize(Context& context, VkFormat format, const SSBOData* inputs, deUint32 inputsCount, const void* internalData, CheckResultCompute checkResult, const deUint32 pipelineShaderStageCreateFlags, const deUint32 numWorkgroups[3], const deBool isRequiredSubgroupSize, const deUint32 subgroupSize, const deUint32 localSizesToTest[][3], const deUint32 localSizesToTestCount) makeComputeTestRequiredSubgroupSize() argument 4381 makeMeshTestRequiredSubgroupSize(Context& context, VkFormat format, const SSBOData* inputs, deUint32 inputsCount, const void* internalData, CheckResultCompute checkResult, const deUint32 pipelineShaderStageCreateFlags, const deUint32 numWorkgroups[3], const deBool isRequiredSubgroupSize, const deUint32 subgroupSize, const deUint32 localSizesToTest[][3], const deUint32 localSizesToTestCount) makeMeshTestRequiredSubgroupSize() argument 4410 makeComputeOrMeshTest(ComputeLike testType, Context& context, VkFormat format, const vkt::subgroups::SSBOData* inputs, deUint32 inputsCount, const void* internalData, vkt::subgroups::CheckResultCompute checkResult, deUint32 requiredSubgroupSize, const deUint32 pipelineShaderStageCreateFlags) makeComputeOrMeshTest() argument 4445 makeComputeTest(Context& context, VkFormat format, const SSBOData* inputs, deUint32 inputsCount, const void* internalData, CheckResultCompute checkResult, deUint32 requiredSubgroupSize, const deUint32 pipelineShaderStageCreateFlags) makeComputeTest() argument 4457 makeMeshTest(Context& context, VkFormat format, const SSBOData* inputs, deUint32 inputsCount, const void* internalData, CheckResultCompute checkResult, deUint32 requiredSubgroupSize, const deUint32 pipelineShaderStageCreateFlags) makeMeshTest() argument 4673 makeRayTracingInputBuffers(Context& context, VkFormat format, const SSBOData* extraDatas, deUint32 extraDatasCount, const vector<VkShaderStageFlagBits>& stagesVector) makeRayTracingInputBuffers() argument 4977 allRayTracingStages(Context& context, VkFormat format, const SSBOData* extraDatas, deUint32 extraDataCount, const void* internalData, const VerificationFunctor& checkResult, const VkShaderStageFlags shaderStage) allRayTracingStages() argument 4996 allRayTracingStagesRequiredSubgroupSize(Context& context, VkFormat format, const SSBOData* extraDatas, deUint32 extraDatasCount, const void* internalData, const VerificationFunctor& checkResult, const VkShaderStageFlags shaderStageTested, const deUint32 shaderStageCreateFlags[6], const deUint32 requiredSubgroupSize[6]) allRayTracingStagesRequiredSubgroupSize() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| H A D | vktSynchronizationOperation.cpp | 318 VkDeviceSize getPixelBufferSize (const VkFormat format, const VkExtent3D& extent) in getPixelBufferSize() argument 337 VkClearValue makeClearValue (const VkFormat format) in makeClearValue() argument 352 const tcu::TextureFormat format = pixels.getFormat(); in clearPixelBuffer() local 413 getShaderImageType(const VkFormat format, const VkImageType imageType) getShaderImageType() argument 430 getShaderImageFormatQualifier(const VkFormat format) getShaderImageFormatQualifier() argument 3247 const VkFormat format = VK_FORMAT_R8G8B8A8_UNORM; ReadImplementation() local 3563 const VkFormat format = VK_FORMAT_R8G8B8A8_UNORM; WriteImplementation() local 3899 const VkFormat format = m_resource.getImage().format; Implementation() local 4336 const VkFormat format = m_resource.getImage().format; Implementation() local 5442 Resource(vk::Move<vk::VkImage> image, de::MovePtr<vk::Allocation> allocation, const vk::VkExtent3D& extent, vk::VkImageType imageType, vk::VkFormat format, vk::VkImageSubresourceRange subresourceRange, vk::VkImageSubresourceLayers subresourceLayers, vk::VkImageTiling tiling) Resource() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
| H A D | vktTransformFeedbackSimpleTests.cpp | 310 VkImageCreateInfo makeImageCreateInfo (const VkImageCreateFlags flags, const VkImageType type, const VkFormat format, const VkExtent2D size, const deUint32 numLayers, const VkImageUsageFlags usage) in makeImageCreateInfo() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
| H A D | vktImageCompressionTranscodingSupport.cpp | 215 static bool FormatIsASTC(VkFormat format) in FormatIsASTC() argument 359 generateData(deUint8* toFill, const size_t size, const VkFormat format, const deUint32 layer, const deUint32 level) generateData() argument 1956 makeCreateImageInfo(const VkFormat format, const ImageType type, const UVec3& size, const VkImageUsageFlags usageFlags, const VkImageCreateFlags* createFlags, const deUint32 levels, const deUint32 layers) makeCreateImageInfo() argument 2001 getCompressedImageData(const VkFormat format, const UVec3& size, std::vector<deUint8>& data, const deUint32 layer, const deUint32 level) getCompressedImageData() argument 2015 getUncompressedImageData(const VkFormat format, const UVec3& size, std::vector<deUint8>& data, const deUint32 layer, const deUint32 level) getUncompressedImageData() argument 2975 getUnniceResolution(const VkFormat format, const deUint32 layers) getUnniceResolution() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
| H A D | vktMeshShaderMiscTestsEXT.cpp | 194 const auto format = getOutputFormat(); in generateSolidRefLevel() local 424 const auto format = getOutputFormat(); in generateReferenceLevel() local 902 const auto format = getOutputFormat(); in generateReferenceLevel() local 1000 const auto format in generateReferenceLevel() local 2268 const auto format = getOutputFormat(); generateReferenceLevel() local 3278 const auto format = getOutputFormat(); generateReferenceLevel() local 3539 const auto format = getOutputFormat(); generateReferenceLevel() local 4624 const auto format = getOutputFormat(); generateReferenceLevel() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Program.cpp | 3677 SamplerFormat format = samplerUniform.typeInfo->samplerFormat; in linkSamplerAndImageBindings() local
|
| H A D | validationES3.cpp | 78 const auto &format = texture->getFormat(NonCubeTextureTypeToTarget(type), level); in ValidateFramebufferTextureMultiviewLevelAndFormat() local 269 ValidateTexImageFormatCombination(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum internalFormat, GLenum format, GLenum type) ValidateTexImageFormatCombination() argument 384 ValidateES3CompressedFormatForTexture2DArray(const Context *context, angle::EntryPoint entryPoint, GLenum format) ValidateES3CompressedFormatForTexture2DArray() argument 398 ValidateES3CompressedFormatForTexture3D(const Context *context, angle::EntryPoint entryPoint, GLenum format) ValidateES3CompressedFormatForTexture3D() argument 453 ValidateES3TexImageParametersBase(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum internalformat, bool isCompressed, bool isSubImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei imageSize, const void *pixels) ValidateES3TexImageParametersBase() argument 862 ValidateES3TexImage2DParameters(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum internalformat, bool isCompressed, bool isSubImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei imageSize, const void *pixels) ValidateES3TexImage2DParameters() argument 892 ValidateES3TexImage3DParameters(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum internalformat, bool isCompressed, bool isSubImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) ValidateES3TexImage3DParameters() argument 1729 const auto &format = tex->getFormat(NonCubeTextureTypeToTarget(tex->getType()), level); ValidateFramebufferTextureLayer() local 2643 ValidateTexImage3D(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels) ValidateTexImage3D() argument 2667 ValidateTexImage3DRobustANGLE(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) ValidateTexImage3DRobustANGLE() argument 2697 ValidateTexSubImage3D(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) ValidateTexSubImage3D() argument 2722 ValidateTexSubImage3DRobustANGLE(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) ValidateTexSubImage3DRobustANGLE() argument 2753 ValidateCompressedTexSubImage3D(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) ValidateCompressedTexSubImage3D() argument 2809 ValidateCompressedTexSubImage3DRobustANGLE(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, GLsizei dataSize, const void *data) ValidateCompressedTexSubImage3DRobustANGLE() argument [all...] |
| H A D | validationGL1.cpp | 322 ValidateDrawPixels(const Context *, angle::EntryPoint entryPoint, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) ValidateDrawPixels() argument 576 ValidateGetTexImage(const Context *, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum format, GLenum type, const void *pixels) ValidateGetTexImage() argument 1480 ValidateTexImage1D(const Context *, angle::EntryPoint entryPoint, GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void *pixels) ValidateTexImage1D() argument 1721 ValidateInterleavedArrays(const Context *context, angle::EntryPoint entryPoint, GLenum format, GLsizei stride, const void *pointer) ValidateInterleavedArrays() argument 1749 ValidateTexSubImage1D(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels) ValidateTexSubImage1D() argument 1775 ValidateCompressedTexSubImage1D(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void *data) ValidateCompressedTexSubImage1D() argument
|
| H A D | validationGL4.cpp | 758 ValidateClearBufferData(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum internalformat, GLenum format, GLenum type, const void *data) ValidateClearBufferData() argument 769 ValidateClearBufferSubData(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data) ValidateClearBufferSubData() argument 964 ValidateClearTexImage(const Context *context, angle::EntryPoint entryPoint, TextureID texture, GLint level, GLenum format, GLenum type, const void *data) ValidateClearTexImage() argument 975 ValidateClearTexSubImage(const Context *context, angle::EntryPoint entryPoint, TextureID texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data) ValidateClearTexSubImage() argument 1026 ValidateClearNamedBufferData(const Context *context, angle::EntryPoint entryPoint, BufferID buffer, GLenum internalformat, GLenum format, GLenum type, const void *data) ValidateClearNamedBufferData() argument 1037 ValidateClearNamedBufferSubData(const Context *context, angle::EntryPoint entryPoint, BufferID buffer, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data) ValidateClearNamedBufferSubData() argument 1099 ValidateCompressedTextureSubImage1D(const Context *context, angle::EntryPoint entryPoint, TextureID texture, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void *data) ValidateCompressedTextureSubImage1D() argument 1112 ValidateCompressedTextureSubImage2D(const Context *context, angle::EntryPoint entryPoint, TextureID texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data) ValidateCompressedTextureSubImage2D() argument 1127 ValidateCompressedTextureSubImage3D(const Context *context, angle::EntryPoint entryPoint, TextureID texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) ValidateCompressedTextureSubImage3D() argument 1433 ValidateGetTextureImage(const Context *context, angle::EntryPoint entryPoint, TextureID texture, GLint level, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) ValidateGetTextureImage() argument 1501 ValidateGetTextureSubImage(const Context *context, angle::EntryPoint entryPoint, TextureID texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) ValidateGetTextureSubImage() argument 1577 ValidateGetnColorTable(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum format, GLenum type, GLsizei bufSize, const void *table) ValidateGetnColorTable() argument 1598 ValidateGetnConvolutionFilter(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum format, GLenum type, GLsizei bufSize, const void *image) ValidateGetnConvolutionFilter() argument 1609 ValidateGetnHistogram(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, const void *values) ValidateGetnHistogram() argument 1651 ValidateGetnMinmax(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, const void *values) ValidateGetnMinmax() argument 1698 ValidateGetnSeparableFilter(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, const void *row, GLsizei columnBufSize, const void *column, const void *span) ValidateGetnSeparableFilter() argument 1712 ValidateGetnTexImage(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) ValidateGetnTexImage() argument 2027 ValidateTextureSubImage1D(const Context *context, angle::EntryPoint entryPoint, TextureID texture, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels) ValidateTextureSubImage1D() argument 2040 ValidateTextureSubImage2D(const Context *context, angle::EntryPoint entryPoint, TextureID texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) ValidateTextureSubImage2D() argument 2055 ValidateTextureSubImage3D(const Context *context, angle::EntryPoint entryPoint, TextureID texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) ValidateTextureSubImage3D() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| H A D | Renderer9.cpp | 1321 const gl::InternalFormat &format = in applyRenderTarget() local 2544 createRenderTarget(const gl::Context *context, int width, int height, GLenum format, GLsizei samples, RenderTargetD3D **outRT) createRenderTarget() argument [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cShaderImageLoadStoreTests.cpp | 729 CheckBinding(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) CheckBinding() argument [all...] |
| H A D | gl4cTextureViewTests.cpp | 6590 getComponentDataForByteAlignedInternalformat(const unsigned char* data, const unsigned int n_components, const unsigned int* component_sizes, const _format format, void* result) getComponentDataForByteAlignedInternalformat() argument 7049 _format format = TextureViewUtilities::getFormatOfInternalformat(texture_internalformat); initTextureObject() local [all...] |
| H A D | gl3cTextureSwizzleTests.cpp | 1306 const _texture_format& format = texture_formats[format_idx]; in calculate_values_from_source() local 1903 get_descriptor_for_channel(const _texture_format& format, const size_t channel) get_descriptor_for_channel() argument 1953 get_internal_format_for_channel(const _texture_format& format, const size_t channel) get_internal_format_for_channel() argument 2992 const _texture_format& format = texture_formats[format_idx]; isTargetSuppByFormat() local 3398 const _texture_format& format = texture_formats[format_idx]; prepareOutputTexture() local 3451 const glw::GLenum format = texture_format.m_format; prepareSourceTexture() local 4018 const _texture_format& format = texture_formats[format_idx]; iterate() local 4102 const _texture_format& format = texture_formats[format_idx]; iterate() local [all...] |
| H A D | gl4cCopyImageTests.cpp | 273 bool filterFormats(GLenum format) in filterFormats() argument 612 GLenum format = 0; getFormat() local 1359 prepareTex16x16x6(deqp::Context& context, GLenum target, GLenum internal_format, GLenum format, GLenum type, GLuint& out_buf_id) prepareTex16x16x6() argument 1394 prepareTexture(deqp::Context& context, GLuint name, GLenum target, GLenum internal_format, GLenum format, GLenum type, GLuint level, GLuint width, GLuint height, GLuint depth, const GLvoid* pixels, GLuint& out_buf_id) prepareTexture() argument 2381 unpackPixel(GLenum format, GLenum type, const GLubyte* pixel, GLdouble& out_red, GLdouble& out_green, GLdouble& out_blue, GLdouble& out_alpha) unpackPixel() argument 3640 const GLenum format = Utils::getFormat(internal_format); SmokeTest() local [all...] |
| H A D | gl4cDirectStateAccessTexturesTests.cpp | 1814 TextureSubImage(glw::GLenum target, glw::GLuint texture, glw::GLint level, glw::GLsizei width, glw::GLsizei height, glw::GLsizei depth, glw::GLenum format, glw::GLenum type, const glw::GLvoid* data) TextureSubImage() argument 3182 InputTextureImage(const glw::GLenum internal_format, const glw::GLuint width, const glw::GLuint height, const glw::GLuint depth, const glw::GLenum format, const glw::GLenum type, const glw::GLvoid* data) InputTextureImage() argument 3195 gl.texImage2D(InputTextureTarget(), 0, internal_format, width, height, 0, format, type, data); InputTextureImage() local 3198 gl.texImage3D(InputTextureTarget(), 0, internal_format, width, height, depth, 0, format, type, data); InputTextureImage() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| H A D | vulkan_beta.h | 147 VkFormat format; member
|