Home
last modified time | relevance | path

Searched refs:texture_count (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/panfrost/lib/
Ddecode.c668 stats.texture_count = -128; in pandecode_shader_disassemble()
833 bool has_texture = (stats.texture_count > 0); in pandecode_blend_shader_disassemble()
851 pandecode_textures(mali_ptr textures, unsigned texture_count, int job_no, bool is_bifrost) in pandecode_textures() argument
864 texture_count); in pandecode_textures()
866 for (unsigned tex = 0; tex < texture_count; ++tex) { in pandecode_textures()
874 for (int tex = 0; tex < texture_count; ++tex) { in pandecode_textures()
882 for (unsigned tex = 0; tex < texture_count; ++tex) { in pandecode_textures()
935 int texture_count = 0, sampler_count = 0; in pandecode_vertex_tiler_postfix_pre() local
946 .texture_count = 0, in pandecode_vertex_tiler_postfix_pre()
967 texture_count = state.shader.texture_count; in pandecode_vertex_tiler_postfix_pre()
[all …]
Dpan_blit.c232 state->shader.texture_count = 1; in panfrost_load_prepare_rsd()
/external/autotest/client/deps/nvmap_compactor/src/
Dnvmap_carveout_compactor.c303 int RunPhase(int phase, int phase_width, int phase_height, int texture_count, in RunPhase() argument
306 unsigned int phase_size = texture_count * texture_size; in RunPhase()
315 phase, texture_count, texture_size, in RunPhase()
316 texture_count * texture_size); in RunPhase()
322 for (i = 0; i < texture_count; i++) { in RunPhase()
348 brokeAt = texture_count - 1; in RunPhase()
/external/mesa3d/src/panfrost/midgard/
Ddisassemble.h9 signed texture_count; member
Ddisassemble.c1463 midg_stats.texture_count = -16; in print_texture_word()
1466 update_stats(&midg_stats.texture_count, texture->texture_handle); in print_texture_word()
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_assemble.c386 state->shader.texture_count = s->info.num_textures; in panfrost_shader_compile()
/external/igt-gpu-tools/lib/
Dpanfrost-job.h480 u16 texture_count; member