HomeSort by relevance Sort by last modified time
    Searched refs:vertex_index (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/src/compiler/nir/
nir_lower_io.c 89 nir_ssa_def **vertex_index,
98 if (vertex_index != NULL) {
106 *vertex_index = vtx;
159 nir_ssa_def *vertex_index, nir_ssa_def *offset,
173 assert(vertex_index == NULL);
188 op = vertex_index ? nir_intrinsic_load_per_vertex_input :
193 op = vertex_index ? nir_intrinsic_load_per_vertex_output :
217 if (vertex_index) {
218 load->src[0] = nir_src_for_ssa(vertex_index);
232 nir_ssa_def *vertex_index, nir_ssa_def *offset
417 nir_ssa_def *vertex_index = NULL; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_tcs.h 61 const src_reg &vertex_index,
brw_vec4_tcs.cpp 168 const src_reg &vertex_index,
179 inst = emit(TCS_OPCODE_SET_INPUT_URB_OFFSETS, header, vertex_index,
275 src_reg vertex_index = local
290 emit_input_urb_read(tmp_d, vertex_index, imm_offset,
293 emit_input_urb_read(byte_offset(tmp_d, REG_SIZE), vertex_index, local
307 emit_input_urb_read(dst, vertex_index, imm_offset,
brw_vec4_generator.cpp 824 uint32_t vertex_index = vertex.ud; local
826 1 + (vertex_index >> 3), vertex_index & 7);
    [all...]
  /cts/tests/openglperf2/
cob_exporter.py 47 for vertex_index, vertex_itself in enumerate(mesh.data.faces[uv_index].vertices):
52 t = uvs[vertex_index]
  /external/mesa3d/src/compiler/glsl/
lower_packed_varyings.cpp 184 bool gs_input_toplevel, unsigned vertex_index);
188 bool gs_input_toplevel, unsigned vertex_index);
192 unsigned vertex_index);
425 * \param vertex_index: if we are lowering geometry shader inputs, and the
439 unsigned vertex_index)
458 vertex_index);
467 gs_input_toplevel, vertex_index);
474 false, vertex_index);
515 vertex_index);
520 right_name, false, vertex_index);
    [all...]
  /system/update_engine/payload_generator/
inplace_generator.cc 343 for (Vertex::Index vertex_index : *op_indexes) {
344 if (utils::SetContainsKey(deleted_nodes, vertex_index))
346 new_op_indexes.push_back(vertex_index);
782 for (const Vertex::Index vertex_index : final_order) {
783 const Vertex& vertex = graph[vertex_index];
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.h 414 LLVMValueRef vertex_index,
lp_bld_tgsi_soa.c 1518 LLVMValueRef vertex_index = NULL; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c     [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.c 706 LLVMValueRef vertex_index,
719 if (vertex_index) {
724 vertex_index, "");
738 if (!vertex_index) {
757 LLVMValueRef vertex_index = NULL; local
766 vertex_index = get_indirect_index(ctx, &reg.DimIndirect,
769 vertex_index = lp_build_const_int32(gallivm,
808 return get_tcs_tes_buffer_address(ctx, vertex_index, param_index);
    [all...]

Completed in 271 milliseconds