Searched refs:samplingType (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageTests.cpp | 57 VkDescriptorType samplingType, 73 VkDescriptorType samplingType, 90 VkDescriptorType samplingType, in ImageTest() argument 99 , m_samplingType (samplingType) in ImageTest() 360 …st tcu::TextureFormat& format, VkImageViewType type, VkDescriptorType samplingType, int imageCount) in getGlslSampler() argument 365 switch (samplingType) in getGlslSampler() 414 …TestContext& testCtx, AllocationKind allocationKind, VkDescriptorType samplingType, VkImageViewTyp… in createImageSizeTests() argument 547 samplingType, in createImageSizeTests() 559 …TestContext& testCtx, AllocationKind allocationKind, VkDescriptorType samplingType, VkImageViewTyp… in createImageCountTests() argument 575 …tCaseGroup> sizeTests = createImageSizeTests(testCtx, allocationKind, samplingType, imageViewType,… in createImageCountTests() [all …]
|
D | vktPipelineImageSamplingInstance.hpp | 62 … vk::VkDescriptorType samplingType = vk::VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER,
|
D | vktPipelineImageSamplingInstance.cpp | 200 VkDescriptorType samplingType, in ImageSamplingInstance() argument 205 , m_samplingType (samplingType) in ImageSamplingInstance()
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboSRGBWriteControlTests.cpp | 814 … (const deUint32 targetType, const deUint32 attachment, const SamplingType samplingType) const; 901 void Renderer::setSamplingType (const SamplingType samplingType) in setSamplingType() argument 903 m_samplingType = samplingType; in setSamplingType() 1268 …State (const deUint32 targetType, const deUint32 attachment, const SamplingType samplingType) const in logState() 1293 if (samplingType == 0) in logState() 1295 else if (samplingType == 1) in logState() 1297 else if (samplingType == 2) in logState() 1299 else if (samplingType == 3) in logState() 1301 else if (samplingType == 4) in logState()
|
D | es31fSRGBDecodeTests.cpp | 262 ShaderSamplingType samplingType; member 596 std::string genFunctionCall (ShaderSamplingType samplingType, const int uniformIdx); 724 std::string SRGBTestProgram::genFunctionCall (ShaderSamplingType samplingType, const int uniformIdx) in genFunctionCall() argument 730 switch (samplingType) in genFunctionCall() 815 source << this->genFunctionCall(m_shaderFragmentParameters.samplingType, uniformIdx); in genFragmentShader() 884 void genShaderPrograms (ShaderSamplingType samplingType); 1091 void SRGBTestCase::genShaderPrograms (ShaderSamplingType samplingType) in genShaderPrograms() argument 1095 m_shaderParametersList[shaderParamsIdx].samplingType = samplingType; in genShaderPrograms()
|