OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:texture_samples
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/gallium/drivers/vc4/kernel/
vc4_drv.h
149
struct vc4_texture_sample_info *
texture_samples
;
member in struct:vc4_validated_shader_info
vc4_validate_shaders.c
159
temp_samples = krealloc(validated_shader->
texture_samples
,
170
validated_shader->
texture_samples
= temp_samples;
934
kfree(validated_shader->
texture_samples
);
vc4_validate.c
849
&validated_shader->
texture_samples
[tex],
/external/mesa3d/src/gallium/drivers/vc4/
vc4_simulator.c
264
free(drm_bo->validated_shader->
texture_samples
);
Completed in 981 milliseconds