Searched defs:readByComponent (Results 1 – 2 of 2) sorted by relevance
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
| D | vktComputeShaderBuiltinVarTests.cpp | 178 …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
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
| D | vktComputeShaderBuiltinVarTests.cpp | 187 …, const string& name, const char* varName, glu::DataType varType, bool readByComponent, const vk::… in ComputeBuiltinVarCase() 290 …WorkGroupSizeCase (tcu::TestContext& context, bool readByComponent, const vk::ComputePipelineConst… in WorkGroupSizeCase() 340 …LocalInvocationIDCase (tcu::TestContext& context, bool readByComponent, const vk::ComputePipelineC… in LocalInvocationIDCase() 366 …GlobalInvocationIDCase (tcu::TestContext& context, bool readByComponent, const vk::ComputePipeline… in GlobalInvocationIDCase() 389 …LocalInvocationIndexCase (tcu::TestContext& context, bool readByComponent, const vk::ComputePipeli… in LocalInvocationIndexCase() 605 const bool readByComponent = (i != 0); in init() local
|