Home
last modified time | relevance | path

Searched refs:surface_handle (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_lower_logical_sends.cpp792 const fs_reg &surface_handle, in lower_sampler_logical_send_gfx7()
813 assert((surface.file == BAD_FILE) != (surface_handle.file == BAD_FILE)); in lower_sampler_logical_send_gfx7()
1113 } else if (surface_handle.file != BAD_FILE) { in lower_sampler_logical_send_gfx7()
1138 inst->src[1] = retype(surface_handle, BRW_REGISTER_TYPE_UD); in lower_sampler_logical_send_gfx7()
1255 const fs_reg &surface_handle = inst->src[TEX_LOGICAL_SRC_SURFACE_HANDLE]; in lower_sampler_logical_send() local
1274 surface_handle, sampler_handle, in lower_sampler_logical_send()
1327 const fs_reg &surface, const fs_reg &surface_handle) in setup_surface_descriptors()
1331 /* We must have exactly one of surface and surface_handle */ in setup_surface_descriptors()
1332 assert((surface.file == BAD_FILE) != (surface_handle.file == BAD_FILE)); in setup_surface_descriptors()
1338 } else if (surface_handle in setup_surface_descriptors()
783 lower_sampler_logical_send_gfx7(const fs_builder &bld, fs_inst *inst, opcode op, const fs_reg &coordinate, const fs_reg &shadow_c, fs_reg lod, const fs_reg &lod2, const fs_reg &min_lod, const fs_reg &sample_index, const fs_reg &mcs, const fs_reg &surface, const fs_reg &sampler, const fs_reg &surface_handle, const fs_reg &sampler_handle, const fs_reg &tg4_offset, unsigned payload_type_bit_size, unsigned coord_components, unsigned grad_components) lower_sampler_logical_send_gfx7() argument
1326 setup_surface_descriptors(const fs_builder &bld, fs_inst *inst, uint32_t desc, const fs_reg &surface, const fs_reg &surface_handle) setup_surface_descriptors() argument
1367 const fs_reg &surface_handle = inst->src[SURFACE_LOGICAL_SRC_SURFACE_HANDLE]; lower_surface_logical_send() local
1681 const fs_reg surface_handle = inst->src[SURFACE_LOGICAL_SRC_SURFACE_HANDLE]; lower_lsc_surface_logical_send() local
1842 const fs_reg &surface_handle = inst->src[SURFACE_LOGICAL_SRC_SURFACE_HANDLE]; lower_surface_block_logical_send() local
[all...]

Completed in 4 milliseconds