Searched defs:is_scalar (Results 1 - 23 of 23) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_compiler.c165 bool is_scalar = compiler->scalar_stage[i]; local in function:brw_compiler_create
H A Dbrw_vec4_tcs.cpp387 const bool is_scalar = compiler->scalar_stage[MESA_SHADER_TESS_CTRL]; local in function:brw::brw_compile_tcs
H A Dbrw_nir.c678 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 Dbrw_shader.cpp1238 const bool is_scalar = compiler->scalar_stage[MESA_SHADER_TESS_EVAL]; local in function:brw_compile_tes
H A Dbrw_vec4_gs_visitor.cpp627 const bool is_scalar = compiler->scalar_stage[MESA_SHADER_GEOMETRY]; local in function:brw::brw_compile_gs
H A Dbrw_vec4.cpp2847 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 Dst_nir_builtins.c37 bool is_scalar = local in function:st_nir_finish_builtin_shader
H A Dst_glsl_to_nir.cpp356 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 Dst_program.c432 const bool is_scalar = local in function:st_translate_prog_to_nir
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_compiler.c169 bool is_scalar = compiler->scalar_stage[i]; local in function:brw_compiler_create
H A Dbrw_shader.h136 const bool is_scalar = compiler->scalar_stage[stage]; local in function:brw_nir_no_indirect_mask
H A Dbrw_vec4_tcs.cpp370 const bool is_scalar = compiler->scalar_stage[MESA_SHADER_TESS_CTRL]; local in function:brw_compile_tcs
H A Dbrw_vec4_gs_visitor.cpp599 const bool is_scalar = compiler->scalar_stage[MESA_SHADER_GEOMETRY]; local in function:brw_compile_gs
H A Dbrw_nir.c765 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 Dbrw_shader.cpp1342 const bool is_scalar = compiler->scalar_stage[MESA_SHADER_TESS_EVAL]; local in function:brw_compile_tes
H A Dbrw_vec4_nir.cpp1004 bool is_scalar = true; local in function:brw::try_immediate_source
H A Dbrw_vec4.cpp2900 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 Dbrw_nir_uniforms.cpp30 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 Dbrw_program.c63 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 Dbrw_nir_uniforms.cpp30 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 Dbrw_program.c62 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 Dglsl_types.h547 bool is_scalar() const function in struct:glsl_type
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dglsl_types.h717 bool is_scalar() const function in struct:glsl_type

Completed in 38 milliseconds