Home
last modified time | relevance | path

Searched refs:compute_shader_param (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp129 const glw::GLchar *const TextureCubeMapArraySamplingTest::compute_shader_param = "cs_"; member in glcts::TextureCubeMapArraySamplingTest
2374 … getSamplingFunctionCall(sampling_function, color_type, n_components, compute_shader_param, 0, in getSamplingComputeShaderCode()
2379 …getShadowSamplingFunctionCall(sampling_function, color_type, n_components, compute_shader_param, 0, in getSamplingComputeShaderCode()
2424 stream << " " << routine_attribute_definitions[i].type << compute_shader_param in getSamplingComputeShaderCode()
2430 stream << " " << type_attribute_definitions[i].type << compute_shader_param in getSamplingComputeShaderCode()
H A DesextcTextureCubeMapArraySampling.hpp714 static const glw::GLchar *const compute_shader_param; member in glcts::TextureCubeMapArraySamplingTest