Searched refs:layoutEntry (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsFragOpInteractionCase.cpp | 543 const glu::VertexArrayBinding layoutEntry = getEntryWithPointer(vertexData, attribNdx); in iterate() local 554 …case 1: setVertex(layoutEntry.pointer, vtxNdx, interpolateRange(valueRange, f.toWidth<1>())); brea… in iterate() 555 …case 2: setVertex(layoutEntry.pointer, vtxNdx, interpolateRange(valueRange, f.toWidth<2>())); brea… in iterate() 556 …case 3: setVertex(layoutEntry.pointer, vtxNdx, interpolateRange(valueRange, f.toWidth<3>())); brea… in iterate() 557 …case 4: setVertex(layoutEntry.pointer, vtxNdx, interpolateRange(valueRange, f.toWidth<4>())); brea… in iterate()
|
D | glsShaderExecUtil.cpp | 922 VarLayout& layoutEntry = (*layout)[varNdx]; in computeVarLayout() local 932 layoutEntry.offset = curOffset; in computeVarLayout() 933 layoutEntry.matrixStride = 0; in computeVarLayout() 946 layoutEntry.offset = curOffset; in computeVarLayout() 947 layoutEntry.matrixStride = vecAlignment; in computeVarLayout()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.cpp | 1600 VarLayout& layoutEntry = (*layout)[varNdx]; in computeVarLayout() local 1610 layoutEntry.offset = curOffset; in computeVarLayout() 1611 layoutEntry.matrixStride = 0; in computeVarLayout() 1624 layoutEntry.offset = curOffset; in computeVarLayout() 1625 layoutEntry.matrixStride = vecAlignment; in computeVarLayout()
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVModule.cpp | 360 void layoutEntry(SPIRVEntry* Entry); 483 SPIRVModuleImpl::layoutEntry(SPIRVEntry* E) { in layoutEntry() function in SPIRV::SPIRVModuleImpl 535 layoutEntry(Entry); in addEntry()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktShaderLibrary.cpp | 1003 const ValueBufferLayout::Entry& layoutEntry = layout.entries[inputNdx]; in getVertexAttributeDescriptions() local 1017 const deUint32 offset = (deUint32)(layoutEntry.offset + layoutEntry.vecStride*vecNdx); in getVertexAttributeDescriptions()
|