Home
last modified time | relevance | path

Searched refs:emit_mcs_fetch (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4.h278 src_reg emit_mcs_fetch(const glsl_type *coordinate_type, src_reg coordinate,
Dbrw_fs.h181 fs_reg emit_mcs_fetch(const fs_reg &coordinate, unsigned components,
Dbrw_fs_visitor.cpp81 fs_visitor::emit_mcs_fetch(const fs_reg &coordinate, unsigned components, in emit_mcs_fetch() function in fs_visitor
Dbrw_vec4_visitor.cpp850 vec4_visitor::emit_mcs_fetch(const glsl_type *coordinate_type, in emit_mcs_fetch() function in brw::vec4_visitor
Dbrw_fs_nir.cpp2957 emit_mcs_fetch(coords, 3, brw_imm_ud(surface)) : fs_reg(); in emit_non_coherent_fb_read()
4369 emit_mcs_fetch(srcs[TEX_LOGICAL_SRC_COORDINATE], in nir_emit_texture()
Dbrw_vec4_nir.cpp2301 mcs = emit_mcs_fetch(coord_type, coordinate, texture_reg); in nir_emit_texture()