| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_compiler.c | 165 bool is_scalar = compiler->scalar_stage[i]; local in function:brw_compiler_create
|
| H A D | brw_vec4_tcs.cpp | 387 const bool is_scalar = compiler->scalar_stage[MESA_SHADER_TESS_CTRL]; local in function:brw::brw_compile_tcs
|
| H A D | brw_nir.c | 678 const bool is_scalar = compiler->scalar_stage[nir->info.stage]; local in function:brw_preprocess_nir 534 brw_nir_optimize(nir_shader * nir,const struct brw_compiler * compiler,bool is_scalar,bool allow_copies) argument 848 brw_postprocess_nir(nir_shader * nir,const struct brw_compiler * compiler,bool is_scalar) argument 946 brw_nir_apply_sampler_key(nir_shader * nir,const struct brw_compiler * compiler,const struct brw_sampler_prog_key_data * key_tex,bool is_scalar) argument [all...] |
| H A D | brw_shader.cpp | 1238 const bool is_scalar = compiler->scalar_stage[MESA_SHADER_TESS_EVAL]; local in function:brw_compile_tes
|
| H A D | brw_vec4_gs_visitor.cpp | 627 const bool is_scalar = compiler->scalar_stage[MESA_SHADER_GEOMETRY]; local in function:brw::brw_compile_gs
|
| H A D | brw_vec4.cpp | 2847 const bool is_scalar = compiler->scalar_stage[MESA_SHADER_VERTEX]; local in function:brw_compile_vs
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_nir_builtins.c | 37 bool is_scalar = local in function:st_nir_finish_builtin_shader
|
| H A D | st_glsl_to_nir.cpp | 356 bool is_scalar = screen->get_shader_param(screen, type, PIPE_SHADER_CAP_SCALAR_ISA); local in function:st_glsl_to_nir 747 bool is_scalar[MESA_SHADER_STAGES]; local in function:st_link_nir
|
| H A D | st_program.c | 432 const bool is_scalar = local in function:st_translate_prog_to_nir
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_compiler.c | 169 bool is_scalar = compiler->scalar_stage[i]; local in function:brw_compiler_create
|
| H A D | brw_shader.h | 136 const bool is_scalar = compiler->scalar_stage[stage]; local in function:brw_nir_no_indirect_mask
|
| H A D | brw_vec4_tcs.cpp | 370 const bool is_scalar = compiler->scalar_stage[MESA_SHADER_TESS_CTRL]; local in function:brw_compile_tcs
|
| H A D | brw_vec4_gs_visitor.cpp | 599 const bool is_scalar = compiler->scalar_stage[MESA_SHADER_GEOMETRY]; local in function:brw_compile_gs
|
| H A D | brw_nir.c | 765 const bool is_scalar = compiler->scalar_stage[nir->info.stage]; local in function:brw_preprocess_nir 524 brw_nir_optimize(nir_shader * nir,const struct brw_compiler * compiler,bool is_scalar,bool allow_copies) argument 994 brw_vectorize_lower_mem_access(nir_shader * nir,const struct brw_compiler * compiler,bool is_scalar,bool robust_buffer_access) argument 1051 brw_postprocess_nir(nir_shader * nir,const struct brw_compiler * compiler,bool is_scalar,bool debug_enabled,bool robust_buffer_access) argument 1299 brw_nir_apply_key(nir_shader * nir,const struct brw_compiler * compiler,const struct brw_base_prog_key * key,unsigned max_subgroup_size,bool is_scalar) argument [all...] |
| H A D | brw_shader.cpp | 1342 const bool is_scalar = compiler->scalar_stage[MESA_SHADER_TESS_EVAL]; local in function:brw_compile_tes
|
| H A D | brw_vec4_nir.cpp | 1004 bool is_scalar = true; local in function:brw::try_immediate_source
|
| H A D | brw_vec4.cpp | 2900 const bool is_scalar = compiler->scalar_stage[MESA_SHADER_VERTEX]; local in function:brw_compile_vs
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_nir_uniforms.cpp | 30 brw_nir_setup_glsl_builtin_uniform(nir_variable * var,const struct gl_program * prog,struct brw_stage_prog_data * stage_prog_data,bool is_scalar) argument 148 brw_nir_setup_glsl_uniform(gl_shader_stage stage,nir_variable * var,const struct gl_program * prog,struct brw_stage_prog_data * stage_prog_data,bool is_scalar) argument 216 brw_nir_setup_glsl_uniforms(void * mem_ctx,nir_shader * shader,const struct gl_program * prog,struct brw_stage_prog_data * stage_prog_data,bool is_scalar) argument
|
| H A D | brw_program.c | 63 brw_nir_lower_uniforms(nir_shader *nir, bool is_scalar) argument 80 brw_create_nir(struct brw_context * brw,const struct gl_shader_program * shader_prog,struct gl_program * prog,gl_shader_stage stage,bool is_scalar) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_nir_uniforms.cpp | 30 brw_nir_setup_glsl_builtin_uniform(nir_variable * var,const struct gl_program * prog,struct brw_stage_prog_data * stage_prog_data,bool is_scalar) argument 148 brw_nir_setup_glsl_uniform(gl_shader_stage stage,nir_variable * var,const struct gl_program * prog,struct brw_stage_prog_data * stage_prog_data,bool is_scalar) argument 216 brw_nir_setup_glsl_uniforms(void * mem_ctx,nir_shader * shader,const struct gl_program * prog,struct brw_stage_prog_data * stage_prog_data,bool is_scalar) argument
|
| H A D | brw_program.c | 62 brw_nir_lower_uniforms(nir_shader *nir, bool is_scalar) argument 80 brw_create_nir(struct brw_context * brw,const struct gl_shader_program * shader_prog,struct gl_program * prog,gl_shader_stage stage,bool is_scalar) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| H A D | glsl_types.h | 547 bool is_scalar() const function in struct:glsl_type
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| H A D | glsl_types.h | 717 bool is_scalar() const function in struct:glsl_type
|