Lines Matching defs:reads
174 // We are testing reads or writes
175 // In case of testing reads - writes are always
845 std::string MakeShader(VkShaderStageFlags shaderStage, ShaderType shaderType, VkFormat bufferFormat, bool reads, bool unused)
1171 if (reads)
1173 // if we check reads we use variable pointers only for reading part
1211 if (reads)
1242 if (reads)
1903 de::MovePtr<tcu::TestCaseGroup> computeReads (new tcu::TestCaseGroup(testCtx, "reads"));
1907 de::MovePtr<tcu::TestCaseGroup> graphicsReads (new tcu::TestCaseGroup(testCtx, "reads"));
1957 de::MovePtr<tcu::TestCaseGroup>& reads;
1977 stages[stageId].reads->addChild(new RobustReadTest(testCtx, name.str().c_str(), stages[stageId].stage, types[i].value, types[i].formats[j].value, types[i].sizes[k], s != 0));