Home
last modified time | relevance | path

Searched refs:m_offset (Results 1 - 25 of 38) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.hpp81 deUint32 getOffset (void) const { return m_offset; } in getOffset()
83 void setOffset (deUint32 offset) { m_offset = offset; } in setOffset()
89 deUint32 m_offset; member in vkt::ssbo::BufferVar
/third_party/node/deps/v8/src/inspector/
H A Dv8-heap-profiler-agent-impl.cc56 : m_offset(0), m_strings(10000), m_session(session) {} in GlobalObjectNameResolver()
69 if (m_offset + length + 1 >= m_strings.size()) return "";
72 m_strings[m_offset + i] = ch > 0xFF ? '?' : static_cast<char>(ch);
74 m_strings[m_offset + length] = '\0';
75 char* result = &*m_strings.begin() + m_offset;
76 m_offset += length + 1;
81 size_t m_offset; member in v8_inspector::__anon14711::final
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_tex.cpp48 memset(m_offset, 0, sizeof(m_offset)); in TexInstr()
68 m_offset[index] = val; in set_offset()
74 return m_offset[index] << 1;
104 if (m_offset[i] != lhs.m_offset[i])
150 if (m_offset[0]) in do_print()
151 os << " OX:" << m_offset[0]; in do_print() local
152 if (m_offset[1]) in do_print()
153 os << " OY:" << m_offset[ in do_print() local
155 os << " OZ:" << m_offset[2]; do_print() local
[all...]
H A Dsfn_shader_gs.h51 int m_offset{0};
H A Dsfn_instr_tex.h182 int m_offset[3]; member in r600::TexInstr
H A Dsfn_valuefactory.cpp175 void visit(LocalArray& value) { m_value = value.element(m_offset, m_addr, m_chan);} in visit()
182 m_value(nullptr), m_offset(offset), m_chan(chan) {} in TranslateRegister()
186 int m_offset; member in r600::TranslateRegister
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H A DvktSSBOLayoutCase.hpp81 deUint32 getOffset (void) const { return m_offset; } in getOffset()
83 void setOffset (deUint32 offset) { m_offset = offset; } in setOffset()
89 deUint32 m_offset; member in vkt::ssbo::BufferVar
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultisampleLinearInterpolationTests.cpp522 , m_offset (offset) in MultisampleLinearInterpolationTestCase()
537 const tcu::Vec2 m_offset; member in vkt::Draw::__anon27932::MultisampleLinearInterpolationTestCase
593 << " vec4 out_color_y = mix(vec4(0.0, 1.0, 0.0, 1.0), vec4(1.0, 0.0, 0.0, 1.0), gl_FragCoord.y / " << static_cast<float>(m_renderSize.y()) << " + " << m_offset.y() / static_cast<float>(m_renderSize.y()) << ");\n" in initPrograms()
594 << " vec4 out_color_x = mix(vec4(1.0, 0.0, 0.0, 1.0), vec4(0.0, 1.0, 0.0, 1.0), gl_FragCoord.x / " << static_cast<float>(m_renderSize.x()) << " + " << m_offset.x() / static_cast<float>(m_renderSize.x()) << ");\n" in initPrograms()
610 << " vec4 out_color_offset = interpolateAtOffset(in_color, vec2(" << m_offset.x() << ", " << m_offset.y() << "));\n" in initPrograms()
H A DvktDrawScissorTests.cpp118 deUint32 m_offset; member in vkt::Draw::__anon27945::QuadDrawTestCommand
123 : m_offset(0) in QuadDrawTestCommand()
138 m_offset = offset; in getVertices()
152 vk.cmdDraw(cmdBuffer, 6u, 1u, m_offset, 0u); in addCommands()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawMultisampleLinearInterpolationTests.cpp523 , m_offset (offset) in MultisampleLinearInterpolationTestCase()
538 const tcu::Vec2 m_offset; member in vkt::Draw::__anon29173::MultisampleLinearInterpolationTestCase
594 << " vec4 out_color_y = mix(vec4(0.0, 1.0, 0.0, 1.0), vec4(1.0, 0.0, 0.0, 1.0), gl_FragCoord.y / " << static_cast<float>(m_renderSize.y()) << " + " << m_offset.y() / static_cast<float>(m_renderSize.y()) << ");\n" in initPrograms()
595 << " vec4 out_color_x = mix(vec4(1.0, 0.0, 0.0, 1.0), vec4(0.0, 1.0, 0.0, 1.0), gl_FragCoord.x / " << static_cast<float>(m_renderSize.x()) << " + " << m_offset.x() / static_cast<float>(m_renderSize.x()) << ");\n" in initPrograms()
611 << " vec4 out_color_offset = interpolateAtOffset(in_color, vec2(" << m_offset.x() << ", " << m_offset.y() << "));\n" in initPrograms()
H A DvktDrawScissorTests.cpp118 deUint32 m_offset; member in vkt::Draw::__anon29180::QuadDrawTestCommand
123 : m_offset(0) in QuadDrawTestCommand()
138 m_offset = offset; in getVertices()
152 vk.cmdDraw(cmdBuffer, 6u, 1u, m_offset, 0u); in addCommands()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeIndirectComputeDispatchTests.cpp233 : m_offset (offset) in DispatchCommand()
236 deIntptr m_offset; member
349 DE_ASSERT(cmdIter->m_offset >= 0); in fillIndirectBufferData()
350 DE_ASSERT(cmdIter->m_offset % sizeof(deUint32) == 0); in fillIndirectBufferData()
351 DE_ASSERT(cmdIter->m_offset + INDIRECT_COMMAND_OFFSET <= (deIntptr)m_bufferSize); in fillIndirectBufferData()
353 deUint32* const dstPtr = (deUint32*)&indirectDataPtr[cmdIter->m_offset]; in fillIndirectBufferData()
380 << cmdNdx << ": " << "offset = " << m_dispatchCommands[cmdNdx].m_offset << ", numWorkGroups = " << m_dispatchCommands[cmdNdx].m_numWorkGroups in iterate()
496 vkdi.cmdDispatchIndirect(*cmdBuffer, *indirectBuffer, m_dispatchCommands[cmdNdx].m_offset); in iterate()
784 const deUint32 offs = (deUint32)(cmdIter->m_offset / sizeof(deUint32)); in initPrograms()
785 DE_ASSERT((size_t)offs * sizeof(deUint32) == (size_t)cmdIter->m_offset); in initPrograms()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeIndirectComputeDispatchTests.cpp231 : m_offset (offset) in DispatchCommand()
234 deIntptr m_offset; member
342 DE_ASSERT(cmdIter->m_offset >= 0); in fillIndirectBufferData()
343 DE_ASSERT(cmdIter->m_offset % sizeof(deUint32) == 0); in fillIndirectBufferData()
344 DE_ASSERT(cmdIter->m_offset + INDIRECT_COMMAND_OFFSET <= (deIntptr)m_bufferSize); in fillIndirectBufferData()
346 deUint32* const dstPtr = (deUint32*)&indirectDataPtr[cmdIter->m_offset]; in fillIndirectBufferData()
373 << cmdNdx << ": " << "offset = " << m_dispatchCommands[cmdNdx].m_offset << ", numWorkGroups = " << m_dispatchCommands[cmdNdx].m_numWorkGroups in iterate()
492 vkdi.cmdDispatchIndirect(*cmdBuffer, *indirectBuffer, m_dispatchCommands[cmdNdx].m_offset); in iterate()
772 const deUint32 offs = (deUint32)(cmdIter->m_offset / sizeof(deUint32)); in initPrograms()
773 DE_ASSERT((size_t)offs * sizeof(deUint32) == (size_t)cmdIter->m_offset); in initPrograms()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureSpecificationTests.cpp424 , m_offset (offset) in TexImageCubeArrayBufferCase()
444 data.resize(slicePitch*(m_depth+m_skipImages) + m_offset); in createTexture()
451 tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_size, m_size, m_depth, rowPitch, slicePitch, &data[0] + m_skipImages*slicePitch + m_skipRows*rowPitch + m_skipPixels*pixelSize + m_offset), 4, colorA, colorB); in createTexture()
467 glTexImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, 0, m_internalFormat, m_size, m_size, m_depth, 0, transferFmt.format, transferFmt.dataType, (const void*)(deUintptr)m_offset); in createTexture()
477 int m_offset; member in deqp::gles31::Functional::TexImageCubeArrayBufferCase
517 , m_offset (offset) in TexSubImageCubeArrayBufferCase()
557 data.resize(slicePitch*(m_depth+m_skipImages) + m_offset); in createTexture()
558 tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, m_subD, rowPitch, slicePitch, &data[0] + m_skipImages*slicePitch + m_skipRows*rowPitch + m_skipPixels*pixelSize + m_offset), 4, colorA, colorB); in createTexture()
571 glTexSubImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, 0, m_subX, m_subY, m_subZ, m_subW, m_subH, m_subD, transferFmt.format, transferFmt.dataType, (const void*)(deIntptr)m_offset); in createTexture()
587 int m_offset; member in deqp::gles31::Functional::TexSubImageCubeArrayBufferCase
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkMemUtil.hpp64 VkDeviceSize getOffset (void) const { return m_offset; } in getOffset()
74 const VkDeviceSize m_offset; member in vk::Allocation
H A DvkMemUtil.cpp88 , m_offset (offset)
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureSpecificationTests.cpp2308 , m_offset (offset) in TexImage2DBufferCase()
2327 data.resize(rowPitch*height + m_offset); in createTexture()
2334 tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_width, m_height, 1, rowPitch, 0, &data[0] + m_skipRows*rowPitch + m_skipPixels*pixelSize + m_offset), 4, colorA, colorB); in createTexture()
2349 glTexImage2D(GL_TEXTURE_2D, 0, m_internalFormat, m_width, m_height, 0, transferFmt.format, transferFmt.dataType, (const void*)(deUintptr)m_offset); in createTexture()
2357 int m_offset; member in deqp::gles3::Functional::TexImage2DBufferCase
2380 , m_offset (offset) in TexImageCubeBufferCase()
2410 data[face].resize(rowPitch*height + m_offset); in createTexture()
2411 tcu::fillWithComponentGradients(tcu::PixelBufferAccess(m_texFormat, m_size, m_size, 1, rowPitch, 0, &data[face][0] + m_skipRows*rowPitch + m_skipPixels*pixelSize + m_offset), gMin, gMax); in createTexture()
2424 glTexImage2D(s_cubeMapFaces[face], 0, m_internalFormat, m_size, m_size, 0, fmt.format, fmt.dataType, (const void*)(deUintptr)m_offset); in createTexture()
2433 int m_offset; member in deqp::gles3::Functional::TexImageCubeBufferCase
2515 int m_offset; global() member in deqp::gles3::Functional::TexImage2DArrayBufferCase
2597 int m_offset; global() member in deqp::gles3::Functional::TexImage3DBufferCase
2686 int m_offset; global() member in deqp::gles3::Functional::TexSubImage2DBufferCase
2787 int m_offset; global() member in deqp::gles3::Functional::TexSubImageCubeBufferCase
2898 int m_offset; global() member in deqp::gles3::Functional::TexSubImage2DArrayBufferCase
3126 int m_offset; global() member in deqp::gles3::Functional::TexSubImage3DBufferCase
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsTextureBufferCase.hpp88 const size_t m_offset; member in deqp::gls::TextureBufferCase
H A DglsVertexArrayTests.cpp399 , m_offset (0) in ContextArray()
478 m_offset = offset; in bind()
506 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, (GLvoid*)((GLintptr)m_offset)); in glBind()
512 m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, (GLvoid*)((GLintptr)m_offset)); in glBind()
523 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, (GLvoid*)((GLintptr)m_offset)); in glBind()
541 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, m_data + m_offset); in glBind()
547 m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, m_data + m_offset); in glBind()
558 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, m_data + m_offset); in glBind()
H A DglsTextureBufferCase.cpp948 , m_offset (offset) in TextureBufferCase()
1029 if (m_offset != 0) in iterate()
1037 offset = m_offset * alignment; in iterate()
H A DglsAttributeLocationTests.hpp185 const int m_offset; member in deqp::gls::BindAliasingAttributeTest
/third_party/vk-gl-cts/framework/opengl/
H A DgluTexture.hpp301 size_t getOffset (void) const { return m_offset; } in getOffset()
317 size_t m_offset; member in glu::TextureBuffer
H A DgluTexture.cpp833 , m_offset (0) in TextureBuffer()
844 , m_offset (0) in TextureBuffer()
881 m_offset = offset; in init()
901 gl.texBufferRange(GL_TEXTURE_BUFFER, m_format, m_glBuffer, (glw::GLintptr)m_offset, (glw::GLsizeiptr)m_size); in init()
928 (deUint8*)m_refBuffer.getPtr() + m_offset); in getFullRefTexture()
/third_party/vk-gl-cts/modules/gles31/stress/
H A Des31sVertexAttributeBindingTests.cpp523 const int m_offset; member in deqp::gles31::Stress::__anon30976::BindVertexBufferCase
531 , m_offset (offset) in BindVertexBufferCase()
593 gl.glBindVertexBuffer(0, m_buffer, m_offset, int(sizeof(tcu::Vec4))); in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cBufferStorageTests.hpp217 glw::GLintptr m_offset; member

Completed in 33 milliseconds

12