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

  /external/mesa3d/src/mesa/drivers/dri/i965/
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_vec4_tcs.h 82 src_reg invocation_id; member in class:brw::vec4_tcs_visitor
brw_vec4_tcs.cpp 89 invocation_id = src_reg(this, glsl_type::uint_type);
90 emit(TCS_OPCODE_GET_INSTANCE_ID, dst_reg(invocation_id));
98 emit(CMP(dst_null_d(), invocation_id,
134 * We want to compare the bottom half of invocation_id with 0, but
137 * align16, so we need an opcode to get invocation_id<0,4,0>.
141 invocation_id));
260 invocation_id));
brw_fs.h 357 fs_reg invocation_id; member in class:fs_visitor
brw_fs.cpp     [all...]
brw_fs_nir.cpp     [all...]
  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderBarrier.cpp 914 const unsigned int invocation_id = n_patch_vertex; local
916 tcs_patch_result[invocation_id] = 0;
918 if ((invocation_id % 4) == 0)
920 tcs_patch_result[invocation_id] += tcs_data[invocation_id];
921 tcs_patch_result[invocation_id] += tcs_data[invocation_id + 1];
922 tcs_patch_result[invocation_id] += tcs_data[invocation_id + 2];
923 tcs_patch_result[invocation_id] += tcs_data[invocation_id + 3]
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_gs.h 94 unsigned invocation_id; member in struct:draw_geometry_shader
draw_llvm.h 285 unsigned invocation_id);
draw_gs.c 200 machine->SystemValue[i].xyzw[0].i[j] = shader->invocation_id;
389 shader->invocation_id);
627 shader->invocation_id = invocation;
draw_llvm.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.h 172 LLVMValueRef invocation_id; member in struct:lp_bld_tgsi_system_values
lp_bld_tgsi_soa.c     [all...]
  /external/mesa3d/src/compiler/nir/
nir_intrinsics.h 318 SYSTEM_VALUE(invocation_id, 1, 0, xx, xx, xx)
  /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 1057 milliseconds