HomeSort by relevance Sort by last modified time
    Searched defs:invocation_id (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_tcs.h 82 src_reg invocation_id; member in class:brw::vec4_tcs_visitor
brw_vec4_gs_nir.cpp 133 src_reg invocation_id = local
135 assert(invocation_id.file != BAD_FILE);
136 dest = get_nir_dest(instr->dest, invocation_id.type);
137 emit(MOV(dest, invocation_id));
brw_fs.h 357 fs_reg invocation_id; member in class:fs_visitor
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_gs.h 94 unsigned invocation_id; member in struct:draw_geometry_shader
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.h 172 LLVMValueRef invocation_id; member in struct:lp_bld_tgsi_system_values
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.c 2633 LLVMValueRef invocation_id, rw_buffers, buffer, buffer_offset; local
2789 LLVMValueRef rel_patch_id, invocation_id, tf_lds_offset; local
    [all...]

Completed in 618 milliseconds