/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrShaders.cpp | 30 GeometryShader::GeometryShader (size_t numVaryingInputs, size_t numVaryingOutputs, GeometryShaderInputType inputType, GeometryShaderOutputType outputType, size_t verticesOut, size_t numInvocations) in GeometryShader() argument
|
H A D | rrRenderer.cpp | 1421 const int numInvocations = (int)program.geometryShader->getNumInvocations(); in drawWithGeometryShader() local
|
/third_party/vk-gl-cts/modules/gles3/stress/ |
H A D | es3sLongRunningShaderTests.cpp | 83 int numInvocations; member 316 const int numInvocations = 4096; in init() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeShaderBuiltinVarTests.cpp | 436 const deUint32 numInvocations = subCase.localSize()[0] * subCase.localSize()[1] * subCase.localSize()[2] * subCase.numWorkGroups()[0] * subCase.numWorkGroups()[1] * subCase.numWorkGroups()[2]; in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
H A D | vktGeometryInstancedRenderingTests.cpp | 61 int numInvocations; member 245 void generateReferenceImage(tcu::PixelBufferAccess image, const Vec4& clearColor, const std::vector<Vec4>& perInstancePosition, const int numInvocations) in generateReferenceImage() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBufferMemoryAliasing.cpp | 64 tcu::UVec3 computeWorkGroupSize (const deUint32 numInvocations) in computeWorkGroupSize() argument 123 const deUint32 numInvocations = m_bufferSizeInBytes / SIZE_OF_UINT_IN_SHADER; in initPrograms() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationGeometryGridRenderTests.cpp | 225 const int numInvocations = m_numGeometryInvocations; in initPrograms() local 363 << " float sliceHeight = (aabb.w - aabb.y) / float(2 * " << numInvocations << ");\n" in initPrograms() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A D | vktComputeShaderBuiltinVarTests.cpp | 424 const deUint32 numInvocations = subCase.localSize()[0] * subCase.localSize()[1] * subCase.localSize()[2] * subCase.numWorkGroups()[0] * subCase.numWorkGroups()[1] * subCase.numWorkGroups()[2]; in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
H A D | vktGeometryInstancedRenderingTests.cpp | 61 int numInvocations; member 245 void generateReferenceImage(tcu::PixelBufferAccess image, const Vec4& clearColor, const std::vector<Vec4>& perInstancePosition, const int numInvocations) in generateReferenceImage() argument [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fComputeShaderBuiltinVarTests.cpp | 214 const deUint32 numInvocations = subCase.localSize[0]*subCase.localSize[1]*subCase.localSize[2]*subCase.numWorkGroups[0]*subCase.numWorkGroups[1]*subCase.numWorkGroups[2]; in iterate() local
|
H A D | es31fOpaqueTypeIndexingTests.cpp | 491 const int numInvocations = 64; in iterate() local 851 const int numInvocations = 32; iterate() local 1086 const int numInvocations = 32; iterate() local [all...] |
H A D | es31fGeometryShaderTests.cpp | 1514 InvocationCountShader::InvocationCountShader (const glu::ContextType& contextType, int numInvocations, OutputCase testCase) in InvocationCountShader() argument 1602 std::string InvocationCountShader::genGeometrySource (const glu::ContextType& contextType, int numInvocations, OutputCase testCase) in genGeometrySource() argument 1617 " highp float l_angle = float(gl_InvocationID) / float(" << numInvocations << ") * 5.5;\\n" genGeometrySource() local 1668 getNumVertices(int numInvocations, OutputCase testCase) getNumVertices() argument 1697 InstancedExpansionShader(const glu::ContextType& contextType, int numInvocations) InstancedExpansionShader() argument 1778 genGeometrySource(const glu::ContextType& contextType, int numInvocations) genGeometrySource() argument 1790 " highp float phase = float(gl_InvocationID) / float(" << numInvocations << ") * 6.3;\\n" genGeometrySource() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBufferMemoryAliasing.cpp | 64 tcu::UVec3 computeWorkGroupSize (const deUint32 numInvocations) in computeWorkGroupSize() argument 125 const deUint32 numInvocations = m_bufferSizeInBytes / SIZE_OF_UINT_IN_SHADER; in initPrograms() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationGeometryGridRenderTests.cpp | 225 const int numInvocations = m_numGeometryInvocations; in initPrograms() local 363 << " float sliceHeight = (aabb.w - aabb.y) / float(2 * " << numInvocations << ");\n" in initPrograms() local
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrShaderProgram.hpp | 141 size_t numInvocations; member
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ShaderStorageBufferTest.cpp | 1596 constexpr unsigned int numInvocations = 3; in TEST_P() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktOpaqueTypeIndexingTests.cpp | 678 const int numInvocations = SamplerIndexingCaseInstance::NUM_INVOCATIONS; in iterate() local 1187 const int numInvocations = NUM_INVOCATIONS; iterate() local 1572 const int numInvocations = NUM_INVOCATIONS; iterate() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktOpaqueTypeIndexingTests.cpp | 680 const int numInvocations = SamplerIndexingCaseInstance::NUM_INVOCATIONS; in iterate() local 1191 const int numInvocations = NUM_INVOCATIONS; iterate() local 1578 const int numInvocations = NUM_INVOCATIONS; iterate() local [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ParseContext.cpp | 5294 parseInvocations(int intValue, const TSourceLoc &intValueLine, const std::string &intValueString, int *numInvocations) parseInvocations() argument
|