Lines Matching refs:tex
566 struct drm_gem_cma_object *tex; in reloc_tex() local
583 tex = vc4_use_bo(exec, texture_handle_index); in reloc_tex()
584 if (!tex) in reloc_tex()
588 uint32_t remaining_size = tex->base.size - p0; in reloc_tex()
590 if (p0 > tex->base.size - 4) { in reloc_tex()
599 *validated_p0 = tex->paddr + p0; in reloc_tex()
678 if (!vc4_check_tex_size(exec, tex, offset + cube_map_stride * 5, in reloc_tex()
727 *validated_p0 = tex->paddr + p0; in reloc_tex()
731 to_vc4_bo(&tex->base)->write_seqno); in reloc_tex()
829 uint32_t tex, uni; in validate_gl_shader_rec() local
856 for (tex = 0; in validate_gl_shader_rec()
857 tex < validated_shader->num_texture_samples; in validate_gl_shader_rec()
858 tex++) { in validate_gl_shader_rec()
861 &validated_shader->texture_samples[tex], in validate_gl_shader_rec()
862 texture_handles_u[tex], in validate_gl_shader_rec()