Searched refs:texture_count (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/panfrost/lib/ |
D | decode.c | 668 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 …]
|
D | pan_blit.c | 232 state->shader.texture_count = 1; in panfrost_load_prepare_rsd()
|
/external/autotest/client/deps/nvmap_compactor/src/ |
D | nvmap_carveout_compactor.c | 303 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/ |
D | disassemble.h | 9 signed texture_count; member
|
D | disassemble.c | 1463 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/ |
D | pan_assemble.c | 386 state->shader.texture_count = s->info.num_textures; in panfrost_shader_compile()
|
/external/igt-gpu-tools/lib/ |
D | panfrost-job.h | 480 u16 texture_count; member
|