Home
last modified time | relevance | path

Searched refs:opNdx (Results 1 – 14 of 14) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp1034 for (int opNdx = 0; opNdx < numOps; opNdx++) in getShaderSpec() local
1036 const string varName = indicesPrefix + de::toString(opNdx); in getShaderSpec()
1043 for (int opNdx = 0; opNdx < numOps; opNdx++) in getShaderSpec() local
1045 const string varName = resultPrefix + de::toString(opNdx); in getShaderSpec()
1049 for (int opNdx = 0; opNdx < numOps; opNdx++) in getShaderSpec() local
1051 code << resultPrefix << opNdx << " = atomicCounterIncrement(counter["; in getShaderSpec()
1054 code << opIndices[opNdx]; in getShaderSpec()
1056 code << "indexBase + " << (opIndices[opNdx]-1); in getShaderSpec()
1058 code << indicesPrefix << opNdx; in getShaderSpec()
1081 for (int opNdx = 0; opNdx < numOps; opNdx++) in iterate() local
[all …]
Des31fPrimitiveBoundingBoxTests.cpp4397 for (int opNdx = 0; opNdx < numOps; ++opNdx) in renderTo() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmImageSamplerTests.cpp763 for (deUint32 opNdx = 0u; opNdx <= READOP_IMAGESAMPLE; opNdx++) in addComputeImageSamplerTest() local
765 …cu::TestCaseGroup> readOpGroup (new tcu::TestCaseGroup(testCtx, getReadOpName((ReadOp)opNdx), "")); in addComputeImageSamplerTest()
773 if (!isValidTestCase((TestType)testNdx, (DescriptorType)descNdx, (ReadOp)opNdx)) in addComputeImageSamplerTest()
783 const std::string imageReadOp = getImageReadOpStr((ReadOp)opNdx); in addComputeImageSamplerTest()
785 …ageSamplerTypes = getImageSamplerTypeStr((DescriptorType)descNdx, (ReadOp)opNdx, DEPTH_PROPERTY_NO… in addComputeImageSamplerTest()
788 …const std::string functionSrcVariables = getFunctionSrcVariableStr((ReadOp)opNdx, (DescriptorType)… in addComputeImageSamplerTest()
789 …const std::string functionDstVariables = getFunctionDstVariableStr((ReadOp)opNdx, (DescriptorType)… in addComputeImageSamplerTest()
792 const std::string functionDstParams = getFunctionDstParamStr((ReadOp)opNdx, (TestType)testNdx); in addComputeImageSamplerTest()
1055 for (deUint32 opNdx = 0u; opNdx <= READOP_IMAGESAMPLE; opNdx++) in addGraphicsImageSamplerTest() local
1057 …cu::TestCaseGroup> readOpGroup (new tcu::TestCaseGroup(testCtx, getReadOpName((ReadOp)opNdx), "")); in addGraphicsImageSamplerTest()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp1677 for (int opNdx = 0; opNdx < numOps; opNdx++) in iterate() local
1679 int* dst = &expandedIndices[numInvocations*opNdx]; in iterate()
1680 std::fill(dst, dst+numInvocations, m_opIndices[opNdx]); in iterate()
1683 for (int opNdx = 0; opNdx < numOps; opNdx++) in iterate() local
1684 inputs.push_back(&expandedIndices[opNdx*numInvocations]); in iterate()
1687 for (int opNdx = 0; opNdx < numOps; opNdx++) in iterate() local
1688 outputs.push_back(&outValues[opNdx*numInvocations]); in iterate()
1703 for (int opNdx = 0; opNdx < numOps; opNdx++) in iterate() local
1704 numHits[m_opIndices[opNdx]] += 1; in iterate()
1741 for (int opNdx = 0; opNdx < numOps; opNdx++) in iterate() local
[all …]
DvktAtomicOperationTests.cpp754 for (int opNdx = 0; opNdx < DE_LENGTH_OF_ARRAY(atomicOp); opNdx++) in addAtomicOperationTests() local
760 …cription = std::string("Tests atomic operation ") + atomicOp2Str(atomicOp[opNdx].value) + std::str… in addAtomicOperationTests()
761 …std::string name = std::string(atomicOp[opNdx].name) + "_" + std::string(dataSign[signNdx].name) +… in addAtomicOperationTests()
762 …tion.c_str(), shaderTypes[shaderTypeNdx].type, dataSign[signNdx].dataType, atomicOp[opNdx].value)); in addAtomicOperationTests()
/external/deqp/modules/gles3/functional/
Des3fColorClearTest.cpp175 for (int opNdx = 0; opNdx < (int)clearOps.size(); opNdx++) in iterate() local
177 ClearInfo& op = clearOps[opNdx]; in iterate()
190 for (int opNdx = (int)scanlineClearOps.size() - 1; opNdx >= 0; opNdx--) in iterate() local
192 const ClearInfo& op = scanlineClearOps[opNdx]; in iterate()
Des3fShaderMatrixTests.cpp1847 for (int opNdx = 0; opNdx < DE_LENGTH_OF_ARRAY(ops); opNdx++) in init() local
1849 …const InputTypeSpec* inTypeList = (ops[opNdx].extendedInputTypeCases) ? (extendedInputTypes) : (r… in init()
1850 …const int inTypeListSize = (ops[opNdx].extendedInputTypeCases) ? (DE_LENGTH_OF_ARRAY(extendedIn… in init()
1851 const MatrixOp op = ops[opNdx].op; in init()
1852 …tcu::TestCaseGroup* opGroup = new tcu::TestCaseGroup(m_testCtx, ops[opNdx].name, ops[opNdx].des… in init()
1861 if (ops[opNdx].createInputTypeGroup) in init()
/external/deqp/modules/gles2/functional/
Des2fColorClearTest.cpp175 for (int opNdx = 0; opNdx < (int)clearOps.size(); opNdx++) in iterate() local
177 ClearInfo& op = clearOps[opNdx]; in iterate()
190 for (int opNdx = (int)scanlineClearOps.size() - 1; opNdx >= 0; opNdx--) in iterate() local
192 const ClearInfo& op = scanlineClearOps[opNdx]; in iterate()
Des2fShaderMatrixTests.cpp1145 for (int opNdx = 0; opNdx < DE_LENGTH_OF_ARRAY(ops); opNdx++) in init() local
1147 …const InputTypeSpec* inTypeList = (ops[opNdx].extendedInputTypeCases) ? (extendedInputTypes) : (r… in init()
1148 …const int inTypeListSize = (ops[opNdx].extendedInputTypeCases) ? (DE_LENGTH_OF_ARRAY(extendedIn… in init()
1149 const MatrixOp op = ops[opNdx].op; in init()
1150 …tcu::TestCaseGroup* opGroup = new tcu::TestCaseGroup(m_testCtx, ops[opNdx].name, ops[opNdx].des… in init()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp1693 for (size_t opNdx = 0; opNdx < DE_LENGTH_OF_ARRAY(ops); opNdx++) in createMappingTests() local
1695 const Op op = ops[opNdx].op; in createMappingTests()
1696 const char* const name = ops[opNdx].name; in createMappingTests()
1697 const deUint32 seed = (deUint32)(opNdx * allocationSizeNdx); in createMappingTests()
1740 for (size_t opNdx = 0; opNdx < DE_LENGTH_OF_ARRAY(ops); opNdx++) in createMappingTests() local
1742 const deUint32 seed = (deUint32)(opNdx * allocationSizeNdx); in createMappingTests()
1743 const Op op = ops[opNdx].op; in createMappingTests()
1744 const char* const name = ops[opNdx].name; in createMappingTests()
DvktMemoryPipelineBarrierTests.cpp9035 size_t& opNdx, in createRenderPassCommands() argument
9042 for (; opNdx < opCount; opNdx++) in createRenderPassCommands()
9085 size_t& opNdx, in createSecondaryCmdCommands() argument
9092 for (; opNdx < opCount; opNdx++) in createSecondaryCmdCommands()
9135 size_t& opNdx, in createCmdCommands() argument
9150 for (; opNdx < opCount; opNdx++) in createCmdCommands()
9171 …commands.push_back(createRenderPassCommands(memory, nextOpRng, state, usage, opNdx, opCount).relea… in createCmdCommands()
9176 …commands.push_back(createSecondaryCmdCommands(memory, nextOpRng, state, usage, opNdx, opCount).rel… in createCmdCommands()
9217 for (size_t opNdx = 0; opNdx < opCount; opNdx++) in createCommands() local
9231 … commands.push_back(createCmdCommands(memory, nextOpRng, state, usage, opNdx, opCount).release()); in createCommands()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp2035 for (int opNdx = 0; opNdx < DE_LENGTH_OF_ARRAY(ops); opNdx++) in init() local
2037 …const InputTypeSpec* inTypeList = (ops[opNdx].extendedInputTypeCases) ? (extendedInputTypes) : (r… in init()
2038 …const int inTypeListSize = (ops[opNdx].extendedInputTypeCases) ? (DE_LENGTH_OF_ARRAY(extendedIn… in init()
2039 const MatrixOp op = ops[opNdx].op; in init()
2040 …tcu::TestCaseGroup* opGroup = new tcu::TestCaseGroup(m_testCtx, ops[opNdx].name, ops[opNdx].des… in init()
2049 if (ops[opNdx].createInputTypeGroup) in init()
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp1897 for (int opNdx = 0; opNdx < DE_LENGTH_OF_ARRAY(binaryOps); opNdx++) in init() local
1899 tcu::TestCaseGroup* const opGroup = new tcu::TestCaseGroup(m_testCtx, binaryOps[opNdx].name, ""); in init()
1915 const char* const op = binaryOps[opNdx].op; in init()
1916 const bool useSwizzle = binaryOps[opNdx].swizzle; in init()
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp1905 for (int opNdx = 0; opNdx < DE_LENGTH_OF_ARRAY(binaryOps); opNdx++) in init() local
1907 tcu::TestCaseGroup* const opGroup = new tcu::TestCaseGroup(m_testCtx, binaryOps[opNdx].name, ""); in init()
1923 const char* const op = binaryOps[opNdx].op; in init()
1924 const bool useSwizzle = binaryOps[opNdx].swizzle; in init()