Home
last modified time | relevance | path

Searched refs:depthProperty (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmImageSamplerTests.cpp229 const char* getDepthPropertyName (DepthProperty depthProperty) in getDepthPropertyName() argument
231 switch (depthProperty) in getDepthPropertyName()
657 std::string getImageSamplerTypeStr (DescriptorType descType, ReadOp readOp, deUint32 depthProperty,… in getImageSamplerTypeStr() argument
665 …return " %Image = OpTypeImage %f32 2D " + de::toString(depthProperty) + " 0 0 2 " + i… in getImageSamplerTypeStr()
670 …return " %Image = OpTypeImage %f32 2D " + de::toString(depthProperty) + " 0 0 1 " + i… in getImageSamplerTypeStr()
680 …return " %Image = OpTypeImage %f32 2D " + de::toString(depthProperty) + " 0 0 1 " + i… in getImageSamplerTypeStr()
686 …return " %Image = OpTypeImage %f32 2D " + de::toString(depthProperty) + " 0 0 1 " + i… in getImageSamplerTypeStr()
696 …return " %Image = OpTypeImage %f32 2D " + de::toString(depthProperty) + " 0 0 1 " + i… in getImageSamplerTypeStr()
931 …adOp, DescriptorType descriptorType, TestType testType, DepthProperty depthProperty, deUint32 outp… in generateGraphicsImageSamplerSource() argument
936 …g imageSamplerTypes = getImageSamplerTypeStr(descriptorType, readOp, depthProperty, testType, for… in generateGraphicsImageSamplerSource()