Home
last modified time | relevance | path

Searched refs:computeShaderSource (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fNegativeShaderApiTests.cpp2267 const char* computeShaderSource = "#version 320 es\n" in link_compute_shader() local
2288 computeShaderSource : in link_compute_shader()
2293 ctx.glShaderSource(computeShader, 1, &computeShaderSource, DE_NULL); in link_compute_shader()
2319 ctx.glShaderSource(computeShader, 1, &computeShaderSource, DE_NULL); in link_compute_shader()
2337 …ompute_shader_helper (NegativeTestContext& ctx, const char* const* computeShaderSource, GLint* com… in compile_compute_shader_helper() argument
2342 ctx.glShaderSource(shader, 1, computeShaderSource, DE_NULL); in compile_compute_shader_helper()
2354 const char* const computeShaderSource = "#version 300 es\n" in compile_compute_shader() local
2359 compile_compute_shader_helper(ctx, &computeShaderSource, &compileStatus); in compile_compute_shader()
2364 const char* const computeShaderSource = "#version 310 es\n" in compile_compute_shader() local
2370 compile_compute_shader_helper(ctx, &computeShaderSource, &compileStatus); in compile_compute_shader()
[all …]
Des31fNegativeComputeTests.cpp65 static const char* const computeShaderSource = "${GLSL_VERSION_STRING}\n" variable
500 const glu::ComputeSource compSource(tcu::StringTemplate(computeShaderSource).specialize(args)); in invalid_dispatch_compute_indirect()
591 const glu::ComputeSource compSource(tcu::StringTemplate(computeShaderSource).specialize(args)); in invalid_maximum_work_group_counts()
/external/deqp/modules/egl/
DteglRobustnessTests.cpp1185 std::ostringstream computeShaderSource; in genComputeShader() local
1187 computeShaderSource << "#version 310 es\n" in genComputeShader()
1200 return computeShaderSource.str(); in genComputeShader()