HomeSort by relevance Sort by last modified time
    Searched full:dispatchcompute (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/mesa3d/src/mapi/glapi/gen/
ARB_compute_shader.xml 29 <function name="DispatchCompute" es2="3.1">
  /external/mesa3d/src/mesa/main/
compute.c 47 ctx->Driver.DispatchCompute(ctx, num_groups);
  /external/mesa3d/src/mesa/state_tracker/
st_cb_compute.c 96 functions->DispatchCompute = st_dispatch_compute;
  /external/deqp/modules/gles31/functional/
es31fBasicComputeShaderTests.cpp 110 gl.dispatchCompute(1, 1, 1);
208 gl.dispatchCompute(m_workSize[0], m_workSize[1], m_workSize[2]);
331 gl.dispatchCompute(m_workSize[0], m_workSize[1], m_workSize[2]);
439 gl.dispatchCompute(m_workSize[0], m_workSize[1], m_workSize[2]);
554 gl.dispatchCompute(m_workSize[0], m_workSize[1], m_workSize[2]);
659 gl.dispatchCompute(m_workSize[0], m_workSize[1], m_workSize[2]);
783 gl.dispatchCompute(m_workSize[0], m_workSize[1], m_workSize[2]);
    [all...]
es31fSynchronizationTests.cpp 371 gl.dispatchCompute(groupsX, groupsY, 1);
372 GLU_EXPECT_NO_ERROR(gl.getError(), "dispatchCompute");
    [all...]
es31fSSBOArrayLengthTests.cpp 199 gl.dispatchCompute(1, 1, 1);
  /external/deqp/external/openglcts/modules/glesext/gpu_shader5/
esextcGPUShader5SSBOArrayIndexing.cpp 166 gl.dispatchCompute(1, /* num_groups_x */
177 gl.dispatchCompute(1, /* num_groups_x */
esextcGPUShader5AtomicCountersArrayIndexing.cpp 134 gl.dispatchCompute(10, /* num_groups_x */
esextcGPUShader5ImagesArrayIndexing.cpp 184 gl.dispatchCompute(1, /* num_groups_x */
  /external/deqp/external/openglcts/modules/gles32/
es32cRobustBufferAccessBehaviorTests.cpp 469 gl.dispatchCompute(16, 16, 1);
470 GLU_EXPECT_NO_ERROR(gl.getError(), "DispatchCompute");
707 gl.dispatchCompute(16, 16, 1);
708 GLU_EXPECT_NO_ERROR(gl.getError(), "DispatchCompute");
811 gl.dispatchCompute(width, height, 1 /* depth */);
812 GLU_EXPECT_NO_ERROR(gl.getError(), "DispatchCompute");
828 gl.dispatchCompute(width, height, 1 /* depth */);
829 GLU_EXPECT_NO_ERROR(gl.getError(), "DispatchCompute");
845 gl.dispatchCompute(width, height, 1 /* depth */);
846 GLU_EXPECT_NO_ERROR(gl.getError(), "DispatchCompute");
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcRobustBufferAccessBehaviorTests.cpp     [all...]
glcLimitTest.inl 115 gl.dispatchCompute(1, 1, 1);
glcRobustnessTests.cpp 320 gl.dispatchCompute(1, 1, 1);
321 GLU_EXPECT_NO_ERROR(gl.getError(), "DispatchCompute");
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_compute.c 282 functions->DispatchCompute = brw_dispatch_compute;
  /external/deqp/external/openglcts/modules/gl/
gl4cShaderGroupVoteTests.cpp 98 gl.dispatchCompute(1, 1, 1);
99 GLU_EXPECT_NO_ERROR(gl.getError(), "dispatchCompute failed");
gl4cComputeShaderTests.cpp 483 "3. Verify that CS can be dispatched with DispatchCompute command.\n"
571 "4. Verify that DispatchCompute and DispatchComputeIndirect commands work as expected.";
577 "2. Dispatch each CS with DispatchCompute and DispatchComputeIndirect commands." NL
729 "2. Dispatch CS with DispatchCompute and DispatchComputeIndirect commands." NL
923 "2. Dispatch CS with DispatchCompute and DispatchComputeIndirect commands." NL
    [all...]
gl4cMultiBindTests.cpp     [all...]
gl4cBufferStorageTests.cpp     [all...]
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 74 dst->dispatchCompute = src.dispatchCompute;
  /external/deqp/external/openglcts/modules/glesext/texture_buffer/
esextcTextureBufferAtomicFunctions.cpp 186 gl.dispatchCompute(1, 1, 1);
esextcTextureBufferMAXSizeValidation.cpp 238 gl.dispatchCompute(1, 1, 1);
esextcTextureBufferParamValueIntToFloatConversion.cpp 210 gl.dispatchCompute(1, 1, 1);
esextcTextureBufferOperations.cpp 398 gl.dispatchCompute(1, 1, 1);
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cComputeShaderTests.cpp 492 "3. Verify that CS can be dispatched with DispatchCompute command.\n"
580 "4. Verify that DispatchCompute and DispatchComputeIndirect commands work as expected.";
586 "2. Dispatch each CS with DispatchCompute and DispatchComputeIndirect commands." NL
737 "2. Dispatch CS with DispatchCompute and DispatchComputeIndirect commands." NL
925 "2. Dispatch CS with DispatchCompute and DispatchComputeIndirect commands." NL
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwFunctions.inl 174 glDispatchComputeFunc dispatchCompute;
    [all...]

Completed in 621 milliseconds

1 2 3