Home
last modified time | relevance | path

Searched defs:readByComponent (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeShaderBuiltinVarTests.cpp178 …ext& context, const string& name, const char* varName, glu::DataType varType, bool readByComponent) in ComputeBuiltinVarCase()
280 WorkGroupSizeCase (tcu::TestContext& context, bool readByComponent) in WorkGroupSizeCase()
330 LocalInvocationIDCase (tcu::TestContext& context, bool readByComponent) in LocalInvocationIDCase()
356 GlobalInvocationIDCase (tcu::TestContext& context, bool readByComponent) in GlobalInvocationIDCase()
379 LocalInvocationIndexCase (tcu::TestContext& context, bool readByComponent) in LocalInvocationIndexCase()
590 const bool readByComponent = (i != 0); in init() local