Home
last modified time | relevance | path

Searched refs:patch_vertices (Results 1 – 25 of 27) sorted by relevance

12

/external/mesa3d/src/compiler/nir/
Dnir_lower_patch_vertices.c27 nir_lower_tes_patch_vertices(nir_shader *tes_nir, unsigned patch_vertices) in nir_lower_tes_patch_vertices() argument
41 nir_ssa_def *val = nir_imm_int(&b, patch_vertices); in nir_lower_tes_patch_vertices()
Dnir.h2644 void nir_lower_tes_patch_vertices(nir_shader *tes, unsigned patch_vertices);
/external/mesa3d/src/mesa/state_tracker/
Dst_draw.c155 info.vertices_per_patch = ctx->TessCtrlProgram.patch_vertices; in st_draw_vbo()
271 info.vertices_per_patch = ctx->TessCtrlProgram.patch_vertices; in st_indirect_draw_vbo()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.h47 uint8_t patch_vertices; member
Dnvc0_vbo.c952 nvc0->state.patch_vertices != info->vertices_per_patch) { in nvc0_draw_vbo()
953 nvc0->state.patch_vertices = info->vertices_per_patch; in nvc0_draw_vbo()
955 IMMED_NVC0(push, NVC0_3D(PATCH_VERTICES), nvc0->state.patch_vertices); in nvc0_draw_vbo()
Dnvc0_screen.c1222 screen->save_state.patch_vertices = 3; in nvc0_screen_create()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program.c115 uint32_t patch_vertices = linked_tcs->Program->info.tess.tcs_vertices_out; in brw_create_nir() local
116 nir_lower_tes_patch_vertices(nir, patch_vertices); in brw_create_nir()
Dbrw_tcs.c300 key->input_vertices = brw->ctx.TessCtrlProgram.patch_vertices; in brw_tcs_populate_key()
Dbrw_draw.c122 hw_prim = _3DPRIM_PATCHLIST(ctx->TessCtrlProgram.patch_vertices); in gen6_set_prim()
/external/mesa3d/src/mesa/program/
Dprog_statevars.c590 val[0].i = ctx->TessCtrlProgram.patch_vertices; in _mesa_fetch_state()
597 val[0].i = ctx->TessCtrlProgram.patch_vertices; in _mesa_fetch_state()
/external/mesa3d/src/mesa/main/
Dshaderapi.c146 ctx->TessCtrlProgram.patch_vertices = 3; in _mesa_init_shader_state()
2546 ctx->TessCtrlProgram.patch_vertices = value; in _mesa_PatchParameteri_no_error()
2570 ctx->TessCtrlProgram.patch_vertices = value; in _mesa_PatchParameteri()
Dmtypes.h2307 GLint patch_vertices; member
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h358 … { GL_PATCH_VERTICES, CONTEXT_INT(TessCtrlProgram.patch_vertices), extra_ARB_tessellation_shader },
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/
Dgles32-master.txt3346 dEQP-GLES31.functional.tessellation.state_query.patch_vertices
Dgles31-master.txt5613 dEQP-GLES31.functional.tessellation.state_query.patch_vertices
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/src/
Dgles31-master.txt5613 dEQP-GLES31.functional.tessellation.state_query.patch_vertices
/external/deqp/android/cts/mnc/
Dgles31-master.txt5608 dEQP-GLES31.functional.tessellation.state_query.patch_vertices
/external/deqp/android/cts/mnc/src/
Dgles31-master.txt5608 dEQP-GLES31.functional.tessellation.state_query.patch_vertices
/external/deqp/android/cts/nyc/
Dgles31-master.txt6006 dEQP-GLES31.functional.tessellation.state_query.patch_vertices
/external/deqp/android/cts/nyc/src/
Dgles31-master.txt6006 dEQP-GLES31.functional.tessellation.state_query.patch_vertices
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.4.x/src/
Dgles31-master.txt7993 dEQP-GLES31.functional.tessellation.state_query.patch_vertices
/external/deqp/android/cts/master/
Dgles31-master.txt7911 dEQP-GLES31.functional.tessellation.state_query.patch_vertices
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/src/
Dgles31-master.txt7878 dEQP-GLES31.functional.tessellation.state_query.patch_vertices
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.4.x/
Dgles31-master.txt7906 dEQP-GLES31.functional.tessellation.state_query.patch_vertices
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/
Dgles31-master.txt7791 dEQP-GLES31.functional.tessellation.state_query.patch_vertices

12