Home
last modified time | relevance | path

Searched refs:max_invocations (Results 1 – 25 of 35) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/iris/
Diris_screen.c518 const uint32_t max_invocations = 32 * max_threads; in iris_get_compute_param() local
547 RET(((uint64_t []) {max_invocations, max_invocations, max_invocations})); in iris_get_compute_param()
553 RET((uint64_t []) { max_invocations }); in iris_get_compute_param()
/external/tensorflow/tensorflow/lite/testing/
Dparse_testdata.h72 int max_invocations = -1);
Dparse_testdata.cc367 int max_invocations) { in ParseAndRunTests() argument
369 test_data.SetMaxInvocations(max_invocations); in ParseAndRunTests()
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
Dparse_testdata.h73 int max_invocations = -1);
Dparse_testdata.cc358 int max_invocations) { in ParseAndRunTests() argument
360 test_data.SetMaxInvocations(max_invocations); in ParseAndRunTests()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c832 const uint32_t max_invocations = 32 * max_threads; in brw_initialize_cs_context_constants() local
833 ctx->Const.MaxComputeWorkGroupSize[0] = max_invocations; in brw_initialize_cs_context_constants()
834 ctx->Const.MaxComputeWorkGroupSize[1] = max_invocations; in brw_initialize_cs_context_constants()
835 ctx->Const.MaxComputeWorkGroupSize[2] = max_invocations; in brw_initialize_cs_context_constants()
836 ctx->Const.MaxComputeWorkGroupInvocations = max_invocations; in brw_initialize_cs_context_constants()
841 assert(max_invocations >= 512); in brw_initialize_cs_context_constants()
842 ctx->Const.MaxComputeVariableGroupSize[0] = max_invocations; in brw_initialize_cs_context_constants()
843 ctx->Const.MaxComputeVariableGroupSize[1] = max_invocations; in brw_initialize_cs_context_constants()
844 ctx->Const.MaxComputeVariableGroupSize[2] = max_invocations; in brw_initialize_cs_context_constants()
845 ctx->Const.MaxComputeVariableGroupInvocations = max_invocations; in brw_initialize_cs_context_constants()
/external/angle/src/tests/deqp_support/
Ddeqp_khr_gles32_test_expectations.txt30 5579 VULKAN WIN NVIDIA : KHR-GLES32.core.geometry_shader.limits.max_invocations = FAIL
Ddeqp_khr_gles31_test_expectations.txt52 5579 VULKAN WIN NVIDIA : KHR-GLES31.core.geometry_shader.limits.max_invocations = FAIL
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.3.x/src/
Dgles32-khr-master.txt111 KHR-GLES32.core.geometry_shader.limits.max_invocations
Dgles31-khr-master.txt1412 KHR-GLES31.core.geometry_shader.limits.max_invocations
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.2.x/
Dgles32-khr-master.txt111 KHR-GLES32.core.geometry_shader.limits.max_invocations
Dgles31-khr-master.txt1412 KHR-GLES31.core.geometry_shader.limits.max_invocations
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.3.x/
Dgles32-khr-master.txt111 KHR-GLES32.core.geometry_shader.limits.max_invocations
Dgles31-khr-master.txt1412 KHR-GLES31.core.geometry_shader.limits.max_invocations
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.2.x/src/
Dgles32-khr-master.txt111 KHR-GLES32.core.geometry_shader.limits.max_invocations
Dgles31-khr-master.txt1412 KHR-GLES31.core.geometry_shader.limits.max_invocations
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.4.x/src/
Dgles32-khr-master.txt113 KHR-GLES32.core.geometry_shader.limits.max_invocations
Dgles31-khr-master.txt2345 KHR-GLES31.core.geometry_shader.limits.max_invocations
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.4.x/
Dgles32-khr-master.txt113 KHR-GLES32.core.geometry_shader.limits.max_invocations
Dgles31-khr-master.txt2345 KHR-GLES31.core.geometry_shader.limits.max_invocations
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.5.x/
Dgles32-khr-master.txt125 KHR-GLES32.core.geometry_shader.limits.max_invocations
Dgles31-khr-master.txt2479 KHR-GLES31.core.geometry_shader.limits.max_invocations
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.6.x/
Dgles32-khr-master.txt125 KHR-GLES32.core.geometry_shader.limits.max_invocations
Dgles31-khr-master.txt2479 KHR-GLES31.core.geometry_shader.limits.max_invocations
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/master/
Dgles32-khr-master.txt125 KHR-GLES32.core.geometry_shader.limits.max_invocations

12