Home
last modified time | relevance | path

Searched refs:MAX_INLINABLE_UNIFORMS (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/compiler/
Dshader_info.h36 #define MAX_INLINABLE_UNIFORMS 4 macro
179 uint16_t inlinable_uniform_dw_offsets[MAX_INLINABLE_UNIFORMS];
/external/mesa3d/src/compiler/nir/
Dnir_inline_uniforms.c147 if (num < MAX_INLINABLE_UNIFORMS) in nir_find_inlinable_uniforms()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_constbuf.c126 uint32_t values[MAX_INLINABLE_UNIFORMS]; in st_upload_constants()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.h678 uint32_t inlined_uniform_values[MAX_INLINABLE_UNIFORMS];
Dsi_pipe.h1059 uint32_t inlinable_uniforms[SI_NUM_SHADERS][MAX_INLINABLE_UNIFORMS];
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c779 uint32_t values[MAX_INLINABLE_UNIFORMS];