Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp1073 deUint32 getInterfaceNumResources (ShaderInputInterface shaderInterface) in getInterfaceNumResources() argument
1075 switch (shaderInterface) in getInterfaceNumResources()
1133 ShaderInputInterface shaderInterface,
1139 ShaderInputInterface shaderInterface,
1143 ShaderInputInterface shaderInterface,
1151 ShaderInputInterface shaderInterface,
1169 ShaderInputInterface shaderInterface);
1175 ShaderInputInterface shaderInterface,
1190 ShaderInputInterface shaderInterface,
1202 ShaderInputInterface shaderInterface,
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.cpp687 void computeXfbLayout (InterfaceLayout& layout, ShaderInterface& shaderInterface, BufferGeneralMapp… in computeXfbLayout() argument
689 const int numInterfaceBlocks = shaderInterface.getNumInterfaceBlocks(); in computeXfbLayout()
698 const InterfaceBlock& interfaceBlock = shaderInterface.getInterfaceBlock(blockNdx); in computeXfbLayout()
711 InterfaceBlock& interfaceBlock = shaderInterface.getInterfaceBlockForModify(blockNdx); in computeXfbLayout()
1467 const ShaderInterface& shaderInterface, in generateAssignment() argument
1471 for (int blockNdx = 0; blockNdx < shaderInterface.getNumInterfaceBlocks(); blockNdx++) in generateAssignment()
1473 const InterfaceBlock& block = shaderInterface.getInterfaceBlock(blockNdx); in generateAssignment()
1520 std::string generateTestShader (const ShaderInterface& shaderInterface, const InterfaceLayout& layo… in generateTestShader() argument
1533 shaderInterface.getNamedStructs(namedStructs); in generateTestShader()
1537 for (int blockNdx = 0; blockNdx < shaderInterface.getNumInterfaceBlocks(); blockNdx++) in generateTestShader()
[all …]