| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/ |
| H A D | rootfs-setup.sh | 14 # Pass through relevant env vars from the gitlab job to the baremetal init script 15 "$CI_COMMON"/generate-env.sh > $rootfs_dst/set-job-env-vars.sh 16 chmod +x $rootfs_dst/set-job-env-vars.sh 18 cat $rootfs_dst/set-job-env-vars.sh 19 echo "export CI_JOB_JWT=${CI_JOB_JWT@Q}" >> $rootfs_dst/set-job-env-vars.sh
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_pipeline_rt.c | 194 struct rt_variables vars = { local in function:create_rt_variables 197 vars.idx = nir_variable_create(shader, nir_var_shader_temp, glsl_uint_type(), "idx"); 198 vars.arg = nir_variable_create(shader, nir_var_shader_temp, glsl_uint_type(), "arg"); 199 vars.stack_ptr = nir_variable_create(shader, nir_var_shader_temp, glsl_uint_type(), "stack_ptr"); 200 vars.shader_record_ptr = 204 vars.accel_struct = 206 vars.flags = nir_variable_create(shader, nir_var_shader_temp, glsl_uint_type(), "ray_flags"); 207 vars.cull_mask = nir_variable_create(shader, nir_var_shader_temp, glsl_uint_type(), "cull_mask"); 208 vars.sbt_offset = 210 vars 284 create_inner_vars(nir_builder * b,const struct rt_variables * vars) argument 314 insert_rt_return(nir_builder * b,const struct rt_variables * vars) argument 343 load_sbt_entry(nir_builder * b,const struct rt_variables * vars,nir_ssa_def * idx,enum sbt_type binding,unsigned offset) argument 404 lower_rt_instructions(nir_shader * shader,struct rt_variables * vars,unsigned call_idx_base) argument 740 insert_rt_case(nir_builder * b,nir_shader * shader,const struct rt_variables * vars,nir_ssa_def * idx,uint32_t call_idx_base,uint32_t call_idx) argument 1153 hit_is_opaque(nir_builder * b,const struct rt_variables * vars,const struct rt_traversal_vars * trav_vars,nir_ssa_def * geometry_id_and_flags) argument 1187 visit_any_hit_shaders(struct radv_device * device,const VkRayTracingPipelineCreateInfoKHR * pCreateInfo,nir_builder * b,struct rt_variables * vars) argument 1219 insert_traversal_triangle_case(struct radv_device * device,const VkRayTracingPipelineCreateInfoKHR * pCreateInfo,nir_builder * b,nir_ssa_def * result,const struct rt_variables * vars,const struct rt_traversal_vars * trav_vars,nir_ssa_def * bvh_node) argument 1363 insert_traversal_aabb_case(struct radv_device * device,const VkRayTracingPipelineCreateInfoKHR * pCreateInfo,nir_builder * b,const struct rt_variables * vars,const struct rt_traversal_vars * trav_vars,nir_ssa_def * bvh_node) argument 1793 insert_traversal(struct radv_device * device,const VkRayTracingPipelineCreateInfoKHR * pCreateInfo,nir_builder * b,const struct rt_variables * vars) argument 2109 struct rt_variables vars = create_rt_variables(b.shader, stack_sizes); local in function:create_rt_shader [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_nir_vectorize_vs_inputs.c | 110 /* We don't handle combining vars of different base types, so skip those */ 347 nir_variable *vars[16][4], 356 nir_variable *var = nir_variable_clone(vars[location][first_comp], shader); 362 vars[location][first_comp] = var; 366 if (vars[location][comp]) { 367 vars[location][comp] = var; 380 nir_variable *vars[16][4]) 387 vars[loc][var->data.location_frac] = var; 394 /* We don't handle combining vars of different type e.g. different array 402 if (!vars[ 346 r600_create_new_io_var(nir_shader * shader,nir_variable * vars[16][4],unsigned location,unsigned comps) argument 379 r600_create_new_io_vars(nir_shader * shader,nir_variable_mode mode,nir_variable * vars[16][4]) argument [all...] |
| H A D | sfn_nir_lower_64bit.cpp | 205 unreachable("only splitting of stores to vars and arrays is supported"); 218 unreachable(0 && "only splitting of loads from vars and arrays is supported"); 231 auto vars = get_var_pair(old_var); local in function:r600::LowerSplit64BitVar::split_load_deref_array 233 auto deref1 = nir_build_deref_var(b, vars.first); 237 auto deref2 = nir_build_deref_var(b, vars.second); 255 auto vars = get_var_pair(old_var); local in function:r600::LowerSplit64BitVar::split_store_deref_array 257 auto deref1 = nir_build_deref_var(b, vars.first); 262 auto deref2 = nir_build_deref_var(b, vars.second); 283 auto vars = get_var_pair(old_var); local in function:r600::LowerSplit64BitVar::split_store_deref_var 285 auto deref1 = nir_build_deref_var(b, vars 301 auto vars = get_var_pair(old_var); local in function:r600::LowerSplit64BitVar::split_load_deref_var [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/ |
| H A D | rnndec.h | 38 struct rnndecvariant **vars; member in struct:rnndeccontext
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_lower_clip_cull_distance_arrays.c | 61 struct exec_list *vars, 67 nir_foreach_variable(var, vars) { 60 combine_clip_cull(nir_shader * nir,struct exec_list * vars,bool store_info) argument
|
| H A D | nir_split_vars.c | 129 struct exec_list *vars, 145 nir_foreach_variable_safe(var, vars) { 324 init_var_list_array_infos(struct exec_list *vars, argument 330 nir_foreach_variable(var, vars) { 479 struct exec_list *vars, 486 nir_foreach_variable_safe(var, vars) { 1134 shrink_vec_var_list(struct exec_list *vars, argument 1153 nir_foreach_variable(var, vars) { 1185 nir_foreach_variable(var, vars) { 1222 nir_foreach_variable_safe(var, vars) { 127 split_var_list_structs(nir_shader * shader,nir_function_impl * impl,struct exec_list * vars,struct hash_table * var_field_map,void * mem_ctx) argument 477 split_var_list_arrays(nir_shader * shader,nir_function_impl * impl,struct exec_list * vars,struct hash_table * var_info_map,void * mem_ctx) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| H A D | d3d12_gs_variant.cpp | 84 snprintf(tmp, ARRAY_SIZE(tmp), "in_%d", key->varyings.vars[i].driver_location); 87 glsl_array_type(key->varyings.vars[i].type, 1, false), 90 in->data.driver_location = key->varyings.vars[i].driver_location; 91 in->data.interpolation = key->varyings.vars[i].interpolation; 93 snprintf(tmp, ARRAY_SIZE(tmp), "out_%d", key->varyings.vars[i].driver_location); 96 key->varyings.vars[i].type, 99 out->data.driver_location = key->varyings.vars[i].driver_location; 100 out->data.interpolation = key->varyings.vars[i].interpolation; 174 glsl_array_type(key->varyings.vars[i].type, 3, 0), 177 emit_ctx->in[emit_ctx->num_vars]->data.driver_location = key->varyings.vars[ [all...] |
| H A D | d3d12_compiler.h | 67 } vars[VARYING_SLOT_MAX]; member in struct:d3d12_varying_info
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_program.c | 168 char *vars = strdup(""); local in function:vs_location_vars 170 for (l = 0; vars && l < ARRAY_SIZE(location_vars); l++) 172 vars = add_var(vars, location_vars[l].vs_vars); 173 return vars; 180 char *vars = strdup(""); local in function:fs_location_vars 182 for (l = 0; vars && l < ARRAY_SIZE(location_vars); l++) 184 vars = add_var(vars, location_vars[l].fs_vars); 185 return vars; [all...] |
| /xsrc/external/mit/libxkbfile/dist/src/ |
| H A D | maprules.c | 1065 XkbRF_AddVarDesc(XkbRF_DescribeVarsPtr vars) argument 1067 if (vars->sz_desc < 1) { 1068 vars->sz_desc = 16; 1069 vars->num_desc = 0; 1070 vars->desc = _XkbTypedCalloc(vars->sz_desc, XkbRF_VarDescRec); 1072 else if (vars->num_desc >= vars->sz_desc) { 1073 vars->sz_desc *= 2; 1074 vars 1088 XkbRF_AddVarDescCopy(XkbRF_DescribeVarsPtr vars,XkbRF_VarDescPtr from) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/ |
| H A D | array_refcount_test.cpp | 154 ir_variable **vars = new ir_variable *[count]; local in function:validate_variables_in_hash_table 163 vars[i] = va_arg(args, ir_variable *); 180 if (vars[i] == NULL) 183 if (vars[i] == v) 195 vars[i] = NULL; 201 if (vars[i] != NULL) { 203 << vars[i]->name << "\""; 207 delete [] vars;
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/ |
| H A D | array_refcount_test.cpp | 150 ir_variable **vars = new ir_variable *[count]; local in function:validate_variables_in_hash_table 159 vars[i] = va_arg(args, ir_variable *); 176 if (vars[i] == NULL) 179 if (vars[i] == v) 191 vars[i] = NULL; 197 if (vars[i] != NULL) { 199 << vars[i]->name << "\""; 203 delete [] vars;
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/common/ |
| H A D | init-stage2.sh | 6 . /set-job-env-vars.sh
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/lava/ |
| H A D | lava-submit.sh | 22 artifacts/ci-common/generate-env.sh > results/job-rootfs-overlay/set-job-env-vars.sh
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.2.6.rst | 42 - aco/spill: only prevent rematerializable vars from being DCE'd if they haven't been renamed
|
| /xsrc/external/mit/ctwm/dist/cmake_files/ |
| H A D | basic_vars.cmake | 2 # Setup some vars we use in the configure/build process
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_ssa_builder.cpp | 37 val_set &vars = cur_set(); local in function:r600_sb::ssa_prepare::create_phi_nodes 40 for (val_set::iterator I = vars.begin(sh), E = vars.end(sh); I != E; ++I) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_ssa_builder.cpp | 37 val_set &vars = cur_set(); local in function:r600_sb::ssa_prepare::create_phi_nodes 40 for (val_set::iterator I = vars.begin(sh), E = vars.end(sh); I != E; ++I) {
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | opt_array_splitting.cpp | 312 ir_array_splitting_visitor(exec_list *vars) argument 314 this->variable_list = vars;
|
| H A D | opt_structure_splitting.cpp | 186 ir_structure_splitting_visitor(exec_list *vars) argument 188 this->variable_list = vars;
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | opt_array_splitting.cpp | 312 ir_array_splitting_visitor(exec_list *vars) argument 314 this->variable_list = vars;
|
| H A D | opt_structure_splitting.cpp | 186 ir_structure_splitting_visitor(exec_list *vars) argument 188 this->variable_list = vars;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | Android.mk | 52 # TODO(chadv): In Makefile.sources, move these vars to a different list so we can
|
| /xsrc/external/mit/MesaLib/dist/bin/ |
| H A D | gen_release_notes.py | 114 vars().update(vars(states.Inliner))
|