Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cStencilTexturingTests.cpp1209 GLuint compute_program_id = 0; in test() local
1225 compute_program_id = prepareProgram(false, is_stencil); in test()
1228 dispatch(compute_program_id, is_stencil, compute_dst_tex_id, compute_src_tex_id); in test()
1255 Utils::deleteProgram(m_context, compute_program_id); in test()
1270 Utils::deleteProgram(m_context, compute_program_id); in test()
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_texcompress_compute.c49 enum compute_program_id { enum
72 enum compute_program_id prog_id, in get_compute_program()
622 const enum compute_program_id astc_id = COMPUTE_PROGRAM_ASTC_4x4 + in cs_decode_astc()