Home
last modified time | relevance | path

Searched defs:uni (Results 176 – 200 of 1993) sorted by last modified time

12345678910>>...80

/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/main/
H A Duniform_query.cpp261 struct gl_uniform_storage *const uni = shProg->UniformRemapTable[location]; in validate_uniform_parameters() local
310 struct gl_uniform_storage *const uni = in _mesa_get_uniform() local
735 const struct gl_uniform_storage *uni) in log_uniform()
830 _mesa_propagate_uniforms_to_driver_storage(struct gl_uniform_storage *uni, in _mesa_propagate_uniforms_to_driver_storage()
974 struct gl_uniform_storage *const uni = in validate_uniform() local
1087 const struct gl_uniform_storage *uni) in _mesa_flush_vertices_for_uniforms()
1113 struct gl_uniform_storage *uni, in copy_uniforms_to_storage()
1268 struct gl_uniform_storage *uni; in _mesa_uniform() local
1452 struct gl_uniform_storage *const uni, in copy_uniform_matrix_to_storage()
1674 struct gl_uniform_storage *const uni = in _mesa_uniform_matrix() local
[all …]
H A Duniforms.c148 _mesa_uniform_attach_driver_storage(struct gl_uniform_storage *uni, in _mesa_uniform_attach_driver_storage()
175 _mesa_uniform_detach_all_driver_storage(struct gl_uniform_storage *uni) in _mesa_uniform_detach_all_driver_storage()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_lowering_nvc0.cpp2338 Instruction *uni = bld.mkOp2(OP_UNION, TYPE_U32, bld.getSSA(), newDef, mov->getDef(0)); in insertOOBSurfaceOpResult() local
2713 Instruction *uni = ret[i] = bld.mkOp2(OP_UNION, TYPE_U32, in processSurfaceCoordsGM107() local
2733 Instruction *uni = ret[i] = bld.mkOp2(OP_UNION, TYPE_U32, in processSurfaceCoordsGM107() local
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/vc4/kernel/
H A Dvc4_validate.c817 uint32_t tex, uni; in validate_gl_shader_rec() local
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/compiler/glsl/
H A Dbuiltin_variables.cpp664 ir_variable *const uni = in add_uniform() local
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/main/
H A Duniform_query.cpp261 struct gl_uniform_storage *const uni = shProg->UniformRemapTable[location]; in validate_uniform_parameters() local
310 struct gl_uniform_storage *const uni = in _mesa_get_uniform() local
735 const struct gl_uniform_storage *uni) in log_uniform()
830 _mesa_propagate_uniforms_to_driver_storage(struct gl_uniform_storage *uni, in _mesa_propagate_uniforms_to_driver_storage()
974 struct gl_uniform_storage *const uni = in validate_uniform() local
1087 const struct gl_uniform_storage *uni) in _mesa_flush_vertices_for_uniforms()
1113 struct gl_uniform_storage *uni, in copy_uniforms_to_storage()
1268 struct gl_uniform_storage *uni; in _mesa_uniform() local
1452 struct gl_uniform_storage *const uni, in copy_uniform_matrix_to_storage()
1674 struct gl_uniform_storage *const uni = in _mesa_uniform_matrix() local
[all …]
H A Duniforms.c148 _mesa_uniform_attach_driver_storage(struct gl_uniform_storage *uni, in _mesa_uniform_attach_driver_storage()
175 _mesa_uniform_detach_all_driver_storage(struct gl_uniform_storage *uni) in _mesa_uniform_detach_all_driver_storage()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/vc4/kernel/
H A Dvc4_validate.c817 uint32_t tex, uni; in validate_gl_shader_rec() local
/dports/graphics/libosmesa/mesa-21.3.6/src/compiler/glsl/
H A Dlink_uniforms.cpp129 get_array_size(struct gl_uniform_storage *uni, const glsl_struct_field *field, in get_array_size()
153 get_array_stride(struct gl_uniform_storage *uni, const glsl_type *iface, in get_array_stride()
194 struct gl_uniform_storage *uni, in calculate_array_size_and_stride()
H A Dlower_const_arrays_to_uniforms.cpp113 ir_variable *uni = in handle_rvalue() local
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/vc4/kernel/
H A Dvc4_validate.c817 uint32_t tex, uni; in validate_gl_shader_rec() local
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_lowering_nvc0.cpp2338 Instruction *uni = bld.mkOp2(OP_UNION, TYPE_U32, bld.getSSA(), newDef, mov->getDef(0)); in insertOOBSurfaceOpResult() local
2713 Instruction *uni = ret[i] = bld.mkOp2(OP_UNION, TYPE_U32, in processSurfaceCoordsGM107() local
2733 Instruction *uni = ret[i] = bld.mkOp2(OP_UNION, TYPE_U32, in processSurfaceCoordsGM107() local
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/vc4/kernel/
H A Dvc4_validate.c817 uint32_t tex, uni; in validate_gl_shader_rec() local
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/main/
H A Dshaderapi.c2913 const struct gl_uniform_storage *uni; in _mesa_GetActiveSubroutineUniformiv() local
3082 struct gl_uniform_storage *uni = p->sh.SubroutineUniformRemapTable[i]; in _mesa_UniformSubroutinesuiv() local
3811 struct gl_uniform_storage *uni = p->sh.SubroutineUniformRemapTable[i]; in _mesa_shader_write_subroutine_index() local
3854 struct gl_uniform_storage *uni = p->sh.SubroutineUniformRemapTable[i]; in _mesa_program_init_subroutine_defaults() local
/dports/graphics/mesa-libs/mesa-21.3.6/src/compiler/glsl/
H A Dlink_uniforms.cpp129 get_array_size(struct gl_uniform_storage *uni, const glsl_struct_field *field, in get_array_size()
153 get_array_stride(struct gl_uniform_storage *uni, const glsl_type *iface, in get_array_stride()
194 struct gl_uniform_storage *uni, in calculate_array_size_and_stride()
H A Dbuiltin_variables.cpp664 ir_variable *const uni = in add_uniform() local
H A Dlinker_util.cpp267 struct gl_uniform_storage *uni = p->sh.SubroutineUniformRemapTable[j]; in link_util_calculate_subroutine_compat() local
H A Dlower_const_arrays_to_uniforms.cpp113 ir_variable *uni = in handle_rvalue() local
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/compiler/glsl/
H A Dlink_uniforms.cpp129 get_array_size(struct gl_uniform_storage *uni, const glsl_struct_field *field, in get_array_size()
153 get_array_stride(struct gl_uniform_storage *uni, const glsl_type *iface, in get_array_stride()
194 struct gl_uniform_storage *uni, in calculate_array_size_and_stride()
H A Dlinker_util.cpp267 struct gl_uniform_storage *uni = p->sh.SubroutineUniformRemapTable[j]; in link_util_calculate_subroutine_compat() local
H A Dlower_const_arrays_to_uniforms.cpp113 ir_variable *uni = in handle_rvalue() local
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/main/
H A Duniforms.c148 _mesa_uniform_attach_driver_storage(struct gl_uniform_storage *uni, in _mesa_uniform_attach_driver_storage()
175 _mesa_uniform_detach_all_driver_storage(struct gl_uniform_storage *uni) in _mesa_uniform_detach_all_driver_storage()
H A Dshaderapi.c2913 const struct gl_uniform_storage *uni; in _mesa_GetActiveSubroutineUniformiv() local
3082 struct gl_uniform_storage *uni = p->sh.SubroutineUniformRemapTable[i]; in _mesa_UniformSubroutinesuiv() local
3811 struct gl_uniform_storage *uni = p->sh.SubroutineUniformRemapTable[i]; in _mesa_shader_write_subroutine_index() local
3854 struct gl_uniform_storage *uni = p->sh.SubroutineUniformRemapTable[i]; in _mesa_program_init_subroutine_defaults() local
H A Dshader_query.cpp808 struct gl_uniform_buffer_variable uni = block->Uniforms[index]; in _mesa_program_resource_find_active_variable() local
1231 struct gl_program_resource *uni = in get_buffer_property() local
1246 struct gl_program_resource *uni = in get_buffer_property() local
1273 struct gl_program_resource *uni = in get_buffer_property() local
1288 struct gl_program_resource *uni = in get_buffer_property() local
1322 struct gl_program_resource *uni = in get_buffer_property() local
1549 const struct gl_uniform_storage *uni; in _mesa_program_resource_prop() local
1726 struct gl_program_resource *uni = in _mesa_get_program_interfaceiv() local
1777 struct gl_uniform_storage *uni = in _mesa_get_program_interfaceiv() local
H A Duniform_query.cpp261 struct gl_uniform_storage *const uni = shProg->UniformRemapTable[location]; in validate_uniform_parameters() local
310 struct gl_uniform_storage *const uni = in _mesa_get_uniform() local
735 const struct gl_uniform_storage *uni) in log_uniform()
830 _mesa_propagate_uniforms_to_driver_storage(struct gl_uniform_storage *uni, in _mesa_propagate_uniforms_to_driver_storage()
974 struct gl_uniform_storage *const uni = in validate_uniform() local
1087 const struct gl_uniform_storage *uni) in _mesa_flush_vertices_for_uniforms()
1113 struct gl_uniform_storage *uni, in copy_uniforms_to_storage()
1268 struct gl_uniform_storage *uni; in _mesa_uniform() local
1452 struct gl_uniform_storage *const uni, in copy_uniform_matrix_to_storage()
1674 struct gl_uniform_storage *const uni = in _mesa_uniform_matrix() local
[all …]

12345678910>>...80