Searched refs:offsetLoc (Results 1 – 6 of 6) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fVertexAttributeBindingTests.cpp | 619 const int offsetLoc = gl.glGetAttribLocation(m_program->getProgram(), "a_offset"); in renderTo() local 639 gl.glEnableVertexAttribArray(offsetLoc); in renderTo() 643 gl.glVertexAttribFormat(offsetLoc, 4, GL_FLOAT, GL_FALSE, sizeof(tcu::Vec4)); in renderTo() 647 gl.glVertexAttribBinding(offsetLoc, colorOffsetBinding); in renderTo() 893 const int offsetLoc = gl.glGetAttribLocation(m_program->getProgram(), "a_offset"); in renderTo() local 921 …gl.glVertexAttribPointer(offsetLoc, 4, GL_FLOAT, GL_FALSE, glw::GLsizei(2 * sizeof(tcu::Vec4)), gl… in renderTo() 927 gl.glEnableVertexAttribArray(offsetLoc); in renderTo() 944 gl.glVertexAttribBinding(offsetLoc, colorLoc); in renderTo() 947 gl.glVertexAttribFormat(offsetLoc, 4, GL_FLOAT, GL_FALSE, sizeof(tcu::Vec4)); in renderTo() 954 gl.glEnableVertexAttribArray(offsetLoc); in renderTo() [all …]
|
D | es31fShaderMultisampleInterpolationTests.cpp | 444 const deInt32 offsetLoc = gl.getUniformLocation(m_program->getProgram(), "u_offset"); in preDraw() local 447 if (offsetLoc == -1) in preDraw() 452 gl.uniform1i(offsetLoc, 0); in preDraw()
|
/external/deqp/modules/gles3/functional/ |
D | es3fInstancedRenderingTests.cpp | 524 int offsetLoc = glGetAttribLocation(program, "a_instanceOffset"); in setupAndRender() local 525 glEnableVertexAttribArray(offsetLoc); in setupAndRender() 526 glVertexAttribDivisor(offsetLoc, 1); in setupAndRender() 527 … glVertexAttribPointer(offsetLoc, OFFSET_COMPONENTS, GL_FLOAT, GL_FALSE, 0, &m_instanceOffsets[0]); in setupAndRender()
|
/external/flatbuffers/java/com/google/flatbuffers/ |
D | FlexBuffersBuilder.java | 751 … int offsetLoc = bufSize + paddingBytes(bufSize, byteWidth) + (elemIndex * byteWidth); in elemWidth() local 753 long offset = offsetLoc - iValue; in elemWidth()
|
/external/llvm-project/mlir/lib/Dialect/SPIRV/ |
D | SPIRVDialect.cpp | 547 llvm::SMLoc offsetLoc = parser.getCurrentLocation(); in parseStructMemberDecorations() local 555 return parser.emitError(offsetLoc, in parseStructMemberDecorations()
|
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/ |
D | Ops.cpp | 4173 llvm::SMLoc offsetLoc; in parseViewOp() local 4174 if (parser.parseOperand(srcInfo) || parser.getCurrentLocation(&offsetLoc) || in parseViewOp() 4179 return parser.emitError(offsetLoc) << "expects 1 offset operand"; in parseViewOp()
|