Lines Matching refs:name

190 																 const std::string&		name,
211 const std::string& name,
215 : vkt::TestCase(testContext, name)
238 const std::string& name,
259 const std::string& name,
428 // When such variable is used in shader composition routine it is mapped on a in-SPIRV-code variable name.
472 #define OP(name) const Operation name("Op"#name)
555 // for Variables there is a special mapping between in-C++ variable and in-SPIRV-code variable name.
627 // makes variable 'a' in-SPIRV-code name to be the same as variable 'b' in-SPIRV-code name
648 // looks for mapping of c++ Variable object onto in-SPIRV-code name.
1025 // A Variable mappings will make sure the proper variable name is used
1298 const std::string& name,
1304 : RobustAccessWithPointersTest (testContext, name, shaderStage, shaderType, bufferFormat)
1336 const std::string& name,
1343 : RobustAccessWithPointersTest (testContext, name, shaderStage, shaderType, bufferFormat)
1918 const char * const name;
1942 const char * const name;
1975 std::ostringstream name;
1976 name << types[i].sizes[k] << "B_" << backingMemory[s] << "_with_" << types[i].name << '_' << types[i].formats[j].name;
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));
1986 std::ostringstream name;
1987 name << types[i].sizes[k] << "B_" << backingMemory[s] << "_with_" << types[i].name << '_' << types[i].formats[j].name;
1988 stages[stageId].writes->addChild(new RobustWriteTest(testCtx, name.str().c_str(), stages[stageId].stage, types[i].value, types[i].formats[j].value, types[i].sizes[k], s != 0));