Home
last modified time | relevance | path

Searched refs:vertex_src (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp2409 const nir_src &vertex_src, in emit_gs_input_load() argument
2421 nir_src_is_const(offset_src) && nir_src_is_const(vertex_src) && in emit_gs_input_load()
2424 nir_src_as_uint(vertex_src) * push_reg_count; in emit_gs_input_load()
2439 if (nir_src_is_const(vertex_src)) { in emit_gs_input_load()
2442 retype(brw_vec8_grf(first_icp_handle + nir_src_as_uint(vertex_src), 0), in emit_gs_input_load()
2467 retype(get_nir_src(vertex_src), BRW_REGISTER_TYPE_UD), in emit_gs_input_load()
2483 if (nir_src_is_const(vertex_src)) { in emit_gs_input_load()
2484 unsigned vertex = nir_src_as_uint(vertex_src); in emit_gs_input_load()
2498 retype(get_nir_src(vertex_src), BRW_REGISTER_TYPE_UD), in emit_gs_input_load()
2623 const nir_src &vertex_src = instr->src[0]; in get_tcs_single_patch_icp_handle() local
[all …]
Dbrw_fs.h314 void emit_gs_input_load(const fs_reg &dst, const nir_src &vertex_src,
/external/autotest/client/deps/nvmap_compactor/src/
Dnvmap_carveout_compactor.c47 const char vertex_src [] = variable
540 vsObj = LoadShader(vertex_src, GL_VERTEX_SHADER); in InitGraphicsState()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp4917 nir_src *vertex_src = nir_get_io_vertex_index_src(instr); in get_gs_per_vertex_input_offset() local
4920 if (!nir_src_is_const(*vertex_src)) { in get_gs_per_vertex_input_offset()
4923 Temp indirect_vertex = as_vgpr(ctx, get_ssa_temp(ctx, vertex_src->ssa)); in get_gs_per_vertex_input_offset()
4947 unsigned vertex = nir_src_as_uint(*vertex_src); in get_gs_per_vertex_input_offset()