Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslGrammar.cpp1124 TType subpassType(EbtFloat, EvqUniform, 4); // default type is float4 in acceptSubpassInputType() local
1127 if (! acceptType(subpassType)) { in acceptSubpassInputType()
1132 const TBasicType basicRetType = subpassType.getBasicType() ; in acceptSubpassInputType()
1151 …const TBasicType subpassBasicType = subpassType.isStruct() ? (*subpassType.getStruct())[0].type->g… in acceptSubpassInputType()
1152 : subpassType.getBasicType(); in acceptSubpassInputType()
1158 if (!parseContext.setTextureReturnType(sampler, subpassType, token.loc)) in acceptSubpassInputType()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleTests.cpp1933 std::string subpassType; in init() local
1939 subpassType = "usubpassInputMS"; in init()
1944 subpassType = "isubpassInputMS"; in init()
1951 subpassType = "subpassInputMS"; in init()
1962 …"layout(input_attachment_index = 0, set = 0, binding = 0) uniform highp " << subpassType << " i_co… in init()