Home
last modified time | relevance | path

Searched refs:has_gpu_shader5 (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dir_optimization.h59 bool has_gpu_shader5,
H A Dlower_packing_builtins.cpp1331 bool has_gpu_shader5, in lower_packing_builtins() argument
1346 if (has_gpu_shader5) in lower_packing_builtins()
/aosp_15_r20/external/virglrenderer/src/
H A Dvrend_shader.h243 uint32_t has_gpu_shader5 : 1; member
H A Dvrend_shader.c4251 ctx->cfg->has_gpu_shader5) { in get_destination_info()
4348 if (range && ctx->cfg->has_gpu_shader5) { in get_destination_info()
5793 if (ctx->cfg->has_gpu_shader5) in iter_instruction()
5804 if (ctx->cfg->has_gpu_shader5) in iter_instruction()
H A Dvrend_renderer.c7443 grctx->shader_cfg.has_gpu_shader5 = has_feature(feat_gpu_shader5); in vrend_create_context()