Searched refs:set_inlinable_constants (Results 1 – 8 of 8) sorted by relevance
14 CALL(set_inlinable_constants)
787 pipe->set_inlinable_constants(pipe, p->shader, p->num_values, p->values); in tc_call_set_inlinable_constants()2844 CTX_INIT(set_inlinable_constants); in threaded_context_create()
132 pipe->set_inlinable_constants(pipe, shader_type, in st_upload_constants()
305 ctx->set_inlinable_constants = noop_set_inlinable_constants; in noop_init_state_functions()
375 void (*set_inlinable_constants)( struct pipe_context *, member
52 * ``set_inlinable_constants`` sets inlinable constants for constant buffer 0.62 ``set_inlinable_constants`` must be called after it. Binding a shader also66 fields if they don't implement ``set_inlinable_constants``.
2615 sctx->b.set_inlinable_constants = si_set_inlinable_constants; in si_init_all_descriptors()
3519 - gallium: add pipe_context::set_inlinable_constants