Home
last modified time | relevance | path

Searched refs:gl_uniform_storage (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dir_uniform.h39 #define INACTIVE_UNIFORM_EXPLICIT_LOCATION ((gl_uniform_storage *) -1)
92 struct gl_uniform_storage { struct
Dlink_uniforms.cpp430 struct gl_uniform_storage *uniforms, in parcel_out_uniform_storage()
523 struct gl_uniform_storage *uniform, const char *name) in handle_samplers()
596 struct gl_uniform_storage *uniform) in handle_images()
621 struct gl_uniform_storage *uniform) in handle_subroutines()
826 struct gl_uniform_storage *uniforms;
1017 struct gl_uniform_storage *uniform) in find_empty_block()
1113 gl_uniform_storage *, in link_setup_uniform_remap_tables()
1192 gl_uniform_storage *, in link_setup_uniform_remap_tables()
1219 prog->data->UniformStorage = rzalloc_array(prog, struct gl_uniform_storage, in link_assign_uniform_storage()
Dlink_uniform_initializers.cpp36 gl_uniform_storage *
111 struct gl_uniform_storage *const storage = get_storage(prog, name); in set_opaque_binding()
210 struct gl_uniform_storage *const storage = get_storage(prog, name); in set_uniform_initializer()
Dlink_atomics.cpp120 gl_uniform_storage *const storage = in process_atomic_variable()
237 gl_uniform_storage *const storage = in link_assign_atomic_counter_resources()
Dlinker.cpp3174 struct gl_uniform_storage *uni = p->sh.SubroutineUniformRemapTable[j]; in link_calculate_subroutine_compat()
3276 gl_uniform_storage *, in reserve_explicit_locations()
3341 gl_uniform_storage *, in reserve_subroutine_explicit_locations()
4068 get_array_size(struct gl_uniform_storage *uni, const glsl_struct_field *field, in get_array_size()
4094 get_array_stride(struct gl_uniform_storage *uni, const glsl_type *interface, in get_array_stride()
4134 struct gl_uniform_storage *uni) in calculate_array_size_and_stride()
/external/mesa3d/src/mesa/main/
Duniform_query.cpp158 static struct gl_uniform_storage *
237 struct gl_uniform_storage *const uni = shProg->UniformRemapTable[location]; in validate_uniform_parameters()
286 struct gl_uniform_storage *const uni = in _mesa_get_uniform()
477 const struct gl_uniform_storage *uni) in log_uniform()
558 _mesa_propagate_uniforms_to_driver_storage(struct gl_uniform_storage *uni, in _mesa_propagate_uniforms_to_driver_storage()
707 struct gl_uniform_storage *const uni = in _mesa_uniform()
923 struct gl_uniform_storage *const uni = in _mesa_uniform_matrix()
Duniforms.h370 _mesa_uniform_attach_driver_storage(struct gl_uniform_storage *,
377 _mesa_uniform_detach_all_driver_storage(struct gl_uniform_storage *uni);
380 _mesa_propagate_uniforms_to_driver_storage(struct gl_uniform_storage *uni,
Dprogram_resource.c215 struct gl_uniform_storage *uni = in _mesa_GetProgramInterfaceiv()
216 (struct gl_uniform_storage *) in _mesa_GetProgramInterfaceiv()
Dmtypes.h86 struct gl_uniform_storage;
1976 struct gl_uniform_storage **SubroutineUniformRemapTable;
2660 struct gl_uniform_storage *UniformStorage;
2821 struct gl_uniform_storage **UniformRemapTable;
Dshaderapi.c2433 const struct gl_uniform_storage *uni; in _mesa_GetActiveSubroutineUniformiv()
2630 struct gl_uniform_storage *uni = p->sh.SubroutineUniformRemapTable[i]; in _mesa_UniformSubroutinesuiv()
2848 struct gl_uniform_storage *uni = p->sh.SubroutineUniformRemapTable[i]; in _mesa_shader_write_subroutine_index()
2892 struct gl_uniform_storage *uni = p->sh.SubroutineUniformRemapTable[i]; in _mesa_program_init_subroutine_defaults()
Dshader_query.cpp60 DECL_RESOURCE_FUNC(UNI, gl_uniform_storage);
1250 const struct gl_uniform_storage *uni; in _mesa_program_resource_prop()
Duniforms.c115 _mesa_uniform_attach_driver_storage(struct gl_uniform_storage *uni, in _mesa_uniform_attach_driver_storage()
142 _mesa_uniform_detach_all_driver_storage(struct gl_uniform_storage *uni) in _mesa_uniform_detach_all_driver_storage()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_nir_uniforms.cpp85 struct gl_uniform_storage *storage = in brw_nir_setup_glsl_uniform()
Dbrw_shader.h240 const gl_uniform_storage *storage);
Dbrw_shader.cpp1241 const gl_uniform_storage *storage) in brw_setup_image_uniform_values()
/external/mesa3d/src/compiler/glsl/tests/
Dset_uniform_initializer_tests.cpp114 prog->data->UniformStorage = rzalloc_array(prog, struct gl_uniform_storage, in establish_uniform_storage()
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp2443 struct gl_uniform_storage *storage = in visit_field()
2512 struct gl_uniform_storage *storage = in _mesa_associate_uniform_storage()