Searched refs:vertex_index_src (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 2190 nir_src *vertex_index_src = nir_get_io_vertex_index_src(instr); in visit_store_output() local 2191 LLVMValueRef vertex_index = vertex_index_src ? get_src(ctx, *vertex_index_src) : NULL; in visit_store_output() 3162 nir_src *vertex_index_src = nir_get_io_vertex_index_src(instr); in visit_load() local 3163 LLVMValueRef vertex_index = vertex_index_src ? get_src(ctx, *vertex_index_src) : NULL; in visit_load() 3206 assert(nir_src_is_const(*vertex_index_src)); in visit_load() 3209 nir_src_as_uint(*vertex_index_src), component_type); in visit_load()
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 4153 nir_src *vertex_index_src = nir_get_io_vertex_index_src(instr); in get_tcs_per_vertex_input_lds_offset() local 4154 offs = offset_add_from_nir(ctx, offs, vertex_index_src, tcs_in_vertex_stride); in get_tcs_per_vertex_input_lds_offset() 4183 nir_src *vertex_index_src = nir_get_io_vertex_index_src(instr); in get_tcs_output_lds_offset() local 4184 offs = offset_add_from_nir(ctx, offs, vertex_index_src, output_vertex_size); in get_tcs_output_lds_offset() 4209 nir_src *vertex_index_src = nir_get_io_vertex_index_src(instr); in get_tcs_per_vertex_output_vmem_offset() local 4210 offs = offset_add_from_nir(ctx, offs, vertex_index_src, 16u); in get_tcs_per_vertex_output_vmem_offset() 4297 nir_src *vertex_index_src = nir_get_io_vertex_index_src(instr); in load_input_from_temps() local 4298 nir_instr *vertex_index_instr = vertex_index_src->ssa->parent_instr; in load_input_from_temps()
|