Searched defs:hasInstanceName (Results 1 - 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.hpp196 bool hasInstanceName (void) const { return !m_instanceName.empty(); } function in class:vkt::ubo::UniformBlock
H A DvktUniformBlockCase.cpp534 bool hasInstanceName = block.hasInstanceName(); local
535 std::string blockPrefix = hasInstanceName ? (block.getBlockName() + ".") : "";
962 if (block.hasInstanceName())
1299 bool hasInstanceName = block.hasInstanceName(); local
1302 std::string apiPrefix = hasInstanceName ? block.getBlockName() + "." : std::string("");
1304 DE_ASSERT(!isArray || hasInstanceName);
1310 std::string srcPrefix = hasInstanceName ? block.getInstanceName() + instancePostfix + "." : std::string("");
/external/swiftshader/src/OpenGL/compiler/
H A DTypes.h200 bool hasInstanceName() const function in class:TInterfaceBlock
/external/deqp/modules/glshared/
H A DglsUniformBlockCase.cpp586 bool hasInstanceName = block.getInstanceName() != DE_NULL; local
587 std::string blockPrefix = hasInstanceName ? (std::string(block.getBlockName()) + ".") : std::string("");
1064 bool hasInstanceName = block.getInstanceName() != DE_NULL; local
1067 std::string apiPrefix = hasInstanceName ? string(block.getBlockName()) + "." : string("");
1069 DE_ASSERT(!isArray || hasInstanceName);
1075 std::string srcPrefix = hasInstanceName ? string(block.getInstanceName()) + instancePostfix + "." : string("");
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp608 bool hasInstanceName = block.getInstanceName() != DE_NULL; local
609 std::string blockPrefix = hasInstanceName ? (std::string(block.getBlockName()) + ".") : std::string("");
/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp693 bool hasInstanceName = block.getInstanceName() != DE_NULL; local
694 std::string blockPrefix = hasInstanceName ? (std::string(block.getBlockName()) + ".") : std::string("");

Completed in 182 milliseconds