Home
last modified time | relevance | path

Searched defs:numInvocations (Results 1 - 19 of 19) sorted by relevance

/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrShaders.cpp30 GeometryShader::GeometryShader (size_t numVaryingInputs, size_t numVaryingOutputs, GeometryShaderInputType inputType, GeometryShaderOutputType outputType, size_t verticesOut, size_t numInvocations) in GeometryShader() argument
H A DrrRenderer.cpp1421 const int numInvocations = (int)program.geometryShader->getNumInvocations(); in drawWithGeometryShader() local
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sLongRunningShaderTests.cpp83 int numInvocations; member
316 const int numInvocations = 4096; in init() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeShaderBuiltinVarTests.cpp436 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 DvktGeometryInstancedRenderingTests.cpp61 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 DvktSparseResourcesBufferMemoryAliasing.cpp64 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 DvktTessellationGeometryGridRenderTests.cpp225 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 DvktComputeShaderBuiltinVarTests.cpp424 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 DvktGeometryInstancedRenderingTests.cpp61 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 Des31fComputeShaderBuiltinVarTests.cpp214 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 Des31fOpaqueTypeIndexingTests.cpp491 const int numInvocations = 64; in iterate() local
851 const int numInvocations = 32; iterate() local
1086 const int numInvocations = 32; iterate() local
[all...]
H A Des31fGeometryShaderTests.cpp1514 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 DvktSparseResourcesBufferMemoryAliasing.cpp64 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 DvktTessellationGeometryGridRenderTests.cpp225 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 DsglrShaderProgram.hpp141 size_t numInvocations; member
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DShaderStorageBufferTest.cpp1596 constexpr unsigned int numInvocations = 3; in TEST_P() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp678 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 DvktOpaqueTypeIndexingTests.cpp680 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 DParseContext.cpp5294 parseInvocations(int intValue, const TSourceLoc &intValueLine, const std::string &intValueString, int *numInvocations) parseInvocations() argument

Completed in 36 milliseconds