Home
last modified time | relevance | path

Searched refs:MAX_INLINABLE_UNIFORMS (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/compiler/
H A Dshader_info.h38 #define MAX_INLINABLE_UNIFORMS 4 macro
245 uint16_t inlinable_uniform_dw_offsets[MAX_INLINABLE_UNIFORMS];
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_shader_keys.h73 uint32_t inlined_uniform_values[MAX_INLINABLE_UNIFORMS];
/third_party/mesa3d/src/compiler/nir/
H A Dnir_inline_uniforms.c119 if (*num_offsets == MAX_INLINABLE_UNIFORMS) in src_only_uses_uniforms()
319 uint32_t uni_offsets[MAX_INLINABLE_UNIFORMS]; in nir_find_inlinable_uniforms()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_constbuf.c156 uint32_t values[MAX_INLINABLE_UNIFORMS]; in st_upload_constants()
191 uint32_t values[MAX_INLINABLE_UNIFORMS]; in st_upload_constants()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.h724 uint32_t inlined_uniform_values[MAX_INLINABLE_UNIFORMS];
759 uint32_t inlined_uniform_values[MAX_INLINABLE_UNIFORMS];
H A Dsi_state_shaders.cpp2706 MAX_INLINABLE_UNIFORMS * 4) != 0) {
2711 memset(local_key.opt.inlined_uniform_values, 0, MAX_INLINABLE_UNIFORMS * 4);
H A Dsi_descriptors.c1293 memset(inlined_values, 0, MAX_INLINABLE_UNIFORMS * 4); in si_invalidate_inlinable_uniforms()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_inline_uniforms.c99 if (num_offsets && num_offsets[ubo] == MAX_INLINABLE_UNIFORMS) in src_only_uses_uniforms()
104 uni_offsets[ubo * MAX_INLINABLE_UNIFORMS + num_offsets[ubo]++] = offset; in src_only_uses_uniforms()
H A Dlvp_private.h441 uint32_t uniform_offsets[PIPE_MAX_CONSTANT_BUFFERS][MAX_INLINABLE_UNIFORMS];
H A Dlvp_execute.c269 uint32_t inline_uniforms[MAX_INLINABLE_UNIFORMS]; in update_inline_shader_state()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c1274 uint32_t values[MAX_INLINABLE_UNIFORMS];

Completed in 36 milliseconds