Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/HLSL/
DhlslGrammar.cpp1137 TType subpassType(EbtFloat, EvqUniform, 4); // default type is float4 in acceptSubpassInputType() local
1140 if (! acceptType(subpassType)) { in acceptSubpassInputType()
1145 const TBasicType basicRetType = subpassType.getBasicType() ; in acceptSubpassInputType()
1164 …const TBasicType subpassBasicType = subpassType.isStruct() ? (*subpassType.getStruct())[0].type->g… in acceptSubpassInputType()
1165 : subpassType.getBasicType(); in acceptSubpassInputType()
1171 if (!parseContext.setTextureReturnType(sampler, subpassType, token.loc)) in acceptSubpassInputType()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleTests.cpp2051 std::string subpassType; in init() local
2057 subpassType = "usubpassInputMS"; in init()
2062 subpassType = "isubpassInputMS"; in init()
2069 subpassType = "subpassInputMS"; in init()
2080 …"layout(input_attachment_index = 0, set = 0, binding = 0) uniform highp " << subpassType << " i_co… in init()