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

  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_program.h 56 uint32_t input_patch_size; member in struct:nvc0_program::__anon27803
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state_draw.c 108 unsigned input_patch_size, output_patch_size, output_patch0_offset; local
144 input_patch_size = num_tcs_input_cp * input_vertex_size;
159 *num_patches = MIN2(*num_patches, hardware_lds_size / (input_patch_size +
180 output_patch0_offset = input_patch_size * *num_patches;
207 assert(((input_patch_size / 4) & ~0x1fff) == 0);
214 tcs_in_layout = (input_patch_size / 4) |
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_state.c 3685 unsigned input_patch_size, pervertex_output_patch_size, output_patch_size; local
    [all...]

Completed in 1359 milliseconds