OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uniform_addr_offsets
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/drivers/vc4/kernel/
vc4_drv.h
152
uint32_t *
uniform_addr_offsets
;
member in struct:vc4_validated_shader_info
vc4_validate_shaders.c
288
validated_shader->
uniform_addr_offsets
=
289
krealloc(validated_shader->
uniform_addr_offsets
,
291
sizeof(*validated_shader->
uniform_addr_offsets
),
293
if (!validated_shader->
uniform_addr_offsets
)
296
validated_shader->
uniform_addr_offsets
[o] = num_uniforms;
vc4_validate.c
862
uint32_t o = validated_shader->
uniform_addr_offsets
[uni];
Completed in 235 milliseconds