Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/Test/
Dhlsl.color.hull.tesc36 ConstantOutputType ColorPatchConstantFunction(InputPatch<HullInputType, 3> inputPatch, uint patchId…
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.color.hull.tesc.out9 0:37 'inputPatch' ( in 3-element array of structure{ temp 3-component vector of float position…
189 0:37 'inputPatch' ( in 3-element array of structure{ temp 3-component vector of float position…
379 Name 18 "inputPatch"
531 18(inputPatch): 13(ptr) FunctionParameter
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h424 TVariable* inputPatch; // input patch is special for PCF: it's the only non-builtin PCF input, variable
DhlslParseHelper.cpp63 inputPatch(nullptr), in HlslParseContext()
2083 inputPatch = argVars.back(); in transformEntryPoint()
9673 builtInTessLinkageSymbols[biType] = inputPatch; in addPatchConstantInvocation()
9718 if (biType == EbvInputPatch && inputPatch == nullptr) { in addPatchConstantInvocation()