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

  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_program.h 51 uint32_t input_patch_size; member in struct:nvc0_program::__anon19105
nvc0_shader_state.c 149 if (tp->tp.input_patch_size <= 32)
150 IMMED_NVC0(push, NVC0_3D(PATCH_VERTICES), tp->tp.input_patch_size);
nvc0_program.c 351 tcp->tp.input_patch_size = info->prop.tp.inputPatchSize;
375 tep->tp.input_patch_size = ~0;

Completed in 92 milliseconds