Home
last modified time | relevance | path

Searched refs:GL_SHADER_STORAGE_BLOCK (Results 1 – 20 of 20) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fBasicComputeShaderTests.cpp193 … blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_SHADER_STORAGE_BLOCK, "Output"… in iterate()
194 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, … in iterate()
208 … blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_SHADER_STORAGE_BLOCK, "Output"… in iterate()
209 … blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blockInd… in iterate()
291 … blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_SHADER_STORAGE_BLOCK, "Input"); in iterate()
292 …ockInfo = getProgramInterfaceBlockInfo(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blockInd… in iterate()
314 … blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_SHADER_STORAGE_BLOCK, "Output"… in iterate()
315 …ockInfo = getProgramInterfaceBlockInfo(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blockInd… in iterate()
329 … blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_SHADER_STORAGE_BLOCK, "Output"… in iterate()
330 … blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blockInd… in iterate()
[all …]
Des31fShaderAtomicOpTests.cpp195 …const deUint32 blockNdx = gl.getProgramResourceIndex(program, GL_SHADER_STORAGE_BLOCK, "InOut"… in iterate()
196 …BlockInfo blockInfo = getProgramInterfaceBlockInfo(gl, program, GL_SHADER_STORAGE_BLOCK, blockNdx… in iterate()
997 …const deUint32 blockNdx = gl.getProgramResourceIndex(program, GL_SHADER_STORAGE_BLOCK, "InOut"… in iterate()
998 …BlockInfo blockInfo = getProgramInterfaceBlockInfo(gl, program, GL_SHADER_STORAGE_BLOCK, blockNdx… in iterate()
Des31fShaderSharedVarTests.cpp180 …const deUint32 outBlockNdx = gl.getProgramResourceIndex(program, GL_SHADER_STORAGE_BLOCK, "Res… in iterate()
181 …ockInfo outBlockInfo = getProgramInterfaceBlockInfo(gl, program, GL_SHADER_STORAGE_BLOCK, outBlock… in iterate()
Des31fSSBOLayoutCase.cpp1345 gl.getProgramInterfaceiv(program, GL_SHADER_STORAGE_BLOCK, GL_ACTIVE_RESOURCES, &numActiveBlocks); in getGLBufferLayout()
1361 …gl.getProgramResourceiv(program, GL_SHADER_STORAGE_BLOCK, (deUint32)blockNdx, DE_LENGTH_OF_ARRAY(q… in getGLBufferLayout()
1378 …gl.getProgramResourceiv(program, GL_SHADER_STORAGE_BLOCK, (deUint32)blockNdx, 1, &queryArg, numBlo… in getGLBufferLayout()
1392 …gl.getProgramResourceName(program, GL_SHADER_STORAGE_BLOCK, (deUint32)blockNdx, (glw::GLsizei)name… in getGLBufferLayout()
2588 …const int queriedNdx = gl.getProgramResourceIndex(program, GL_SHADER_STORAGE_BLOCK, block.name… in checkIndexQueries()
Des31fShaderImageLoadStoreTests.cpp950 …ckIndex = glLog.glGetProgramResourceIndex(program.getProgram(), GL_SHADER_STORAGE_BLOCK, "Output"… in readFloatOrNormTextureWithLookupsAndVerify()
951 …ogramResourceInt(renderCtx.getFunctions(), program.getProgram(), GL_SHADER_STORAGE_BLOCK, blockInd… in readFloatOrNormTextureWithLookupsAndVerify()
967 …kIndex = glLog.glGetProgramResourceIndex(program.getProgram(), GL_SHADER_STORAGE_BLOCK, "Output"… in readFloatOrNormTextureWithLookupsAndVerify()
968 …ogramResourceInt(renderCtx.getFunctions(), program.getProgram(), GL_SHADER_STORAGE_BLOCK, blockInd… in readFloatOrNormTextureWithLookupsAndVerify()
Des31fLayoutBindingTests.cpp2011 …(m_program->getProgram(), GL_SHADER_STORAGE_BLOCK, gl.getProgramResourceIndex(m_program->getProgra… in iterate()
Des31fProgramInterfaceQueryTestCase.cpp603 … (firstComponent.getInterfaceBlock()->storage == glu::STORAGE_BUFFER) ? (GL_SHADER_STORAGE_BLOCK) : in validateSingleVariable()
1753 case PROGRAMINTERFACE_SHADER_STORAGE_BLOCK: return GL_SHADER_STORAGE_BLOCK; in getGLInterfaceEnumValue()
Des31fProgramInterfaceQueryTests.cpp157 GL_SHADER_STORAGE_BLOCK, // PROGRAMINTERFACE_SHADER_STORAGE_BLOCK in getProgramInterfaceGLEnum()
/external/mesa3d/src/mesa/main/
Dshader_query.cpp371 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_name()
435 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_array_size()
522 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_find_name()
603 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_index()
641 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_find_index()
919 if (res->Type == GL_SHADER_STORAGE_BLOCK) in is_resource_referenced()
933 res->Type != GL_SHADER_STORAGE_BLOCK && in get_buffer_property()
973 } else if (res->Type == GL_SHADER_STORAGE_BLOCK) { in get_buffer_property()
1194 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_prop()
Dprogram_resource.c46 case GL_SHADER_STORAGE_BLOCK: in supported_interface_enum()
158 case GL_SHADER_STORAGE_BLOCK: in _mesa_GetProgramInterfaceiv()
314 case GL_SHADER_STORAGE_BLOCK: in _mesa_GetProgramResourceIndex()
/external/deqp/doc/testspecs/GLES31/
Dfunctional.program_interface_query.txt75 and GL_SHADER_STORAGE_BLOCK program interfaces, respectively. Test
/external/deqp/framework/opengl/
DgluStrUtil.inl1512 case GL_SHADER_STORAGE_BLOCK: return "GL_SHADER_STORAGE_BLOCK";
/external/deqp/framework/opengl/wrapper/
DglwEnums.inl1523 #define GL_SHADER_STORAGE_BLOCK 0x92E6 macro
/external/mesa3d/include/GLES3/
Dgl31.h1234 #define GL_SHADER_STORAGE_BLOCK 0x92E6 macro
Dgl32.h1234 #define GL_SHADER_STORAGE_BLOCK 0x92E6 macro
/external/mesa3d/src/compiler/glsl/
Dlinker.cpp4324 if (!add_program_resource(shProg, resource_set, GL_SHADER_STORAGE_BLOCK, in build_program_resource_list()
/external/swiftshader/include/GL/
Dglcorearb.h2418 #define GL_SHADER_STORAGE_BLOCK 0x92E6 macro
Dglext.h2365 #define GL_SHADER_STORAGE_BLOCK 0x92E6 macro
/external/mesa3d/include/GL/
Dglcorearb.h2442 #define GL_SHADER_STORAGE_BLOCK 0x92E6 macro
Dglext.h2389 #define GL_SHADER_STORAGE_BLOCK 0x92E6 macro