Home
last modified time | relevance | path

Searched defs:ssboIndex (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/gpu/graphite/
DRenderer.h127 static const char* ssboIndex() { return "ssboIndex"; } in ssboIndex() function
DShaderCodeDictionary.h153 const char* ssboIndex() const { return fSsboIndex; } in ssboIndex() function
DContextUtils.cpp188 const char* ssboIndex, in EmitStorageBufferAccess()
DDrawPass.cpp249 UniformSsboCache::Index ssboIndex) { in setCurrentUniforms()
/external/deqp/external/openglcts/modules/common/subgroups/
DglcSubgroupsBasicTests.cpp1450 const deUint32 ssboIndex = ndx*2; in test() local
/external/skia/src/text/gpu/
DSubRunContainer.cpp398 int ssboIndex, in fillVertexData()
441 int ssboIndex, in fillInstanceData()
1644 int ssboIndex, in fillInstanceData()
1864 int ssboIndex, in fillInstanceData()
2136 int ssboIndex, in fillInstanceData()
/external/skia/src/gpu/tessellate/
DPatchWriter.h367 updateSsboIndexAttrib(int ssboIndex) { in updateSsboIndexAttrib()
/external/angle/src/tests/gl_tests/
DFramebufferFetchTest.cpp1212 uint32_t ssboIndex = (y * kViewportWidth + x) * 4; in DrawNonFetchDrawFetchInStorageBufferTest() local
DVulkanPerformanceCounterTest.cpp511 uint32_t ssboIndex = (y * kOpsTestSize + x) * 4; in maskedFramebufferFetchDrawVerify() local
/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderPropertyTestsEXT.cpp1121 const auto ssboIndex = (isPrimitives ? "gl_PrimitiveID" : "uint(gl_FragCoord.x)"); in initPrograms() local
/external/angle/src/libANGLE/
DContext.cpp675 for (angle::SubjectIndex ssboIndex = kShaderStorageBuffer0SubjectIndex; in Context() local