Home
last modified time | relevance | path

Searched refs:nir_tex_instr_create (Results 1 – 25 of 44) sorted by relevance

12

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_drawpixels.c108 tex = nir_tex_instr_create(state->shader, 3); in lower_color()
147 tex = nir_tex_instr_create(state->shader, 3); in lower_color()
166 tex = nir_tex_instr_create(state->shader, 1); in lower_color()
H A Dnir_lower_fb_read.c63 nir_tex_instr *tex = nir_tex_instr_create(b->shader, 3); in nir_lower_fb_read_instr()
H A Dnir_lower_bitmap.c77 tex = nir_tex_instr_create(shader, 3); in lower_bitmap()
H A Dnir_lower_tex.c373 nir_tex_instr_create(b->shader, tex->num_srcs + 1); in sample_plane()
929 nir_tex_instr *txd = nir_tex_instr_create(b->shader, tex->num_srcs + 2); in lower_tex_to_txd()
970 nir_tex_instr *txl = nir_tex_instr_create(b->shader, tex->num_srcs); in lower_txb_to_txl()
1261 nir_tex_instr *tex_copy = nir_tex_instr_create(b->shader, tex->num_srcs + 1); in lower_tg4_offsets()
1399 nir_tex_instr *fmask_fetch = nir_tex_instr_create(b->shader, tex->num_srcs - 1); in nir_lower_ms_txf_to_fragment_fetch()
H A Dnir_lower_readonly_images_to_tex.c133 nir_tex_instr *tex = nir_tex_instr_create(b->shader, num_srcs); in lower_readonly_image_instr_intrinsic()
H A Dnir_lower_input_attachments.c109 nir_tex_instr *tex = nir_tex_instr_create(b->shader, 3 + multisampled); in try_lower_input_load()
H A Dnir_builtin_builder.c314 query = nir_tex_instr_create(b->shader, num_srcs); in nir_build_texture_query()
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_nir_lower_ycbcr_textures.c47 nir_tex_instr *tex = nir_tex_instr_create(b->shader, 1); in get_texture_size()
119 nir_tex_instr *tex = nir_tex_instr_create(b->shader, old_tex->num_srcs + 1); in create_plane_tex_instr_implicit()
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_nir_convert_ycbcr.c167 nir_tex_instr *tex = nir_tex_instr_create(b->shader, 1); in get_texture_size()
239 nir_tex_instr *tex = nir_tex_instr_create(b->shader, old_tex->num_srcs + 1); in create_plane_tex_instr_implicit()
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_nir_lower_image_opcodes_cdna.c425 new_tex = nir_tex_instr_create(b->shader, 1); in lower_image_opcodes()
444 new_tex = nir_tex_instr_create(b->shader, 1); in lower_image_opcodes()
H A Dac_nir_lower_resinfo.c313 new_tex = nir_tex_instr_create(b->shader, 1); in lower_resinfo()
/aosp_15_r20/external/mesa3d/src/intel/blorp/
H A Dblorp_nir_builder.h47 nir_tex_instr *tex = nir_tex_instr_create(b->shader, 1); in blorp_nir_txf_ms_mcs()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_txf_ms.c44 nir_tex_instr *txf = nir_tex_instr_create(c->s, 1); in vc4_nir_lower_txf_ms_instr()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_lower_cubemap_to_array.c150 array_tex = nir_tex_instr_create(b->shader, num_srcs); in create_array_tex_from_cube_tex()
404 nir_tex_instr *txl = nir_tex_instr_create(b->shader, num_srcs); in lower_tex_to_txl()
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Ddxil_nir_lower_int_samplers.c69 tql = nir_tex_instr_create(b->shader, num_srcs); in dx_get_texture_lod()
276 txf = nir_tex_instr_create(b->shader, num_srcs); in create_txf_from_tex()
H A Ddxil_nir_lower_int_cubemaps.c171 array_tex = nir_tex_instr_create(b->shader, tex->num_srcs); in create_array_tex_from_cube_tex()
/aosp_15_r20/external/mesa3d/docs/nir/
H A Dtex.rst48 .. c:autofunction:: nir_tex_instr_create
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dintel_nir_lower_sparse.c115 nir_tex_instr *tex = nir_tex_instr_create(b->shader, 3); in lower_sparse_image_load()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_blit.cpp408 nir_tex_instr *txs = nir_tex_instr_create(b.shader, 1); in get_stencil_resolve_fs()
430 nir_tex_instr *tex = nir_tex_instr_create(b.shader, 3); in get_stencil_resolve_fs()
/aosp_15_r20/external/mesa3d/src/asahi/lib/
H A Dagx_bg_eot.c74 nir_tex_instr *tex = nir_tex_instr_create(b->shader, 2); in build_background_op()
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_nir.c685 nir_tex_instr *tex = nir_tex_instr_create(b.shader, 4); in dzn_nir_blit_fs()
716 nir_tex_instr_create(b.shader, ms ? 4 : 3); in dzn_nir_blit_fs()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_draw_helpers.c73 nir_tex_instr *tex = nir_tex_instr_create(b->shader, 1); in nir_lower_pstipple_block()
H A Dtgsi_to_nir.c1260 instr = nir_tex_instr_create(b->shader, num_srcs); in ttn_tex()
1441 txs = nir_tex_instr_create(b->shader, 2); in ttn_txq()
1447 qlv = nir_tex_instr_create(b->shader, 1); in ttn_txq()
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_atifs_to_nir.c355 nir_tex_instr *tex = nir_tex_instr_create(t->b->shader, 3); in compile_setupinst()
/aosp_15_r20/external/mesa3d/src/panfrost/lib/
H A Dpan_blitter.c565 nir_tex_instr *tex = nir_tex_instr_create(b.shader, 3); in pan_blitter_get_blit_shader()
592 nir_tex_instr *tex = nir_tex_instr_create(b.shader, ms ? 3 : 1); in pan_blitter_get_blit_shader()

12