| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_fs_bank_conflicts.cpp | 45 * the program (\sa partitioning), which is bounded (since the program uses a 353 * Object that represents the partitioning of an arbitrary register space 355 * be rearranged independently from other registers. The partitioning is 361 struct partitioning { struct in namespace:__anonf7e3c6710410 363 * Create a (for the moment unrestricted) partitioning of a register 366 partitioning(unsigned n) : function in struct:__anonf7e3c6710410::partitioning 377 partitioning(const partitioning &p) : function in struct:__anonf7e3c6710410::partitioning 388 ~partitioning() 394 partitioning [all...] |
| H A D | brw_compiler.h | 1086 enum brw_tess_partitioning partitioning; member in struct:brw_tes_prog_data
|
| H A D | brw_shader.cpp | 1286 prog_data->partitioning =
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_fs_bank_conflicts.cpp | 45 * the program (\sa partitioning), which is bounded (since the program uses a 353 * Object that represents the partitioning of an arbitrary register space 355 * be rearranged independently from other registers. The partitioning is 361 struct partitioning { struct in namespace:__anond43867c40410 363 * Create a (for the moment unrestricted) partitioning of a register 366 partitioning(unsigned n) : function in struct:__anond43867c40410::partitioning 377 partitioning(const partitioning &p) : function in struct:__anond43867c40410::partitioning 388 ~partitioning() 394 partitioning [all...] |
| H A D | brw_compiler.h | 1332 enum brw_tess_partitioning partitioning; member in struct:brw_tes_prog_data
|
| H A D | brw_shader.cpp | 1387 prog_data->partitioning =
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/core/ |
| H A D | tessellator.hpp | 122 void Init( D3D11_TESSELLATOR_PARTITIONING partitioning, 153 // Note the XBox360 only supports adaptive tessellation via fractional_even partitioning, 155 // partitioning modes: even, odd, integer or pow2. 189 D3D11_TESSELLATOR_PARTITIONING m_originalPartitioning; // user chosen partitioning 190 D3D11_TESSELLATOR_PARTITIONING m_partitioning; // current partitioning. IsoLines overrides for line density 222 // HWIntegerPartitioning() - hardware doesn't care about what pow2 partitioning is - the query below is true for 229 void OverridePartitioning(D3D11_TESSELLATOR_PARTITIONING partitioning) {m_partitioning = partitioning;} //isoline uses this for density argument 380 void Init( D3D11_TESSELLATOR_PARTITIONING partitioning, 410 // if integer or pow2 partitioning i 463 OverridePartitioning(D3D11_TESSELLATOR_PARTITIONING partitioning) argument [all...] |
| H A D | tessellator.cpp | 439 D3D11_TESSELLATOR_PARTITIONING partitioning, 450 m_partitioning = partitioning; 451 m_originalPartitioning = partitioning; 452 switch( partitioning ) 825 int degeneratePointRing[QUAD_AXES] = { // Even partitioning causes degenerate row of points, 2163 D3D11_TESSELLATOR_PARTITIONING partitioning, 2168 CHWTessellator::Init(partitioning,outputPrimitive); 2171 m_partitioning = partitioning; 2172 m_originalPartitioning = partitioning; 2173 switch( partitioning ) 438 Init(D3D11_TESSELLATOR_PARTITIONING partitioning,D3D11_TESSELLATOR_OUTPUT_PRIMITIVE outputPrimitive) argument 2162 Init(D3D11_TESSELLATOR_PARTITIONING partitioning,D3D11_TESSELLATOR_REDUCTION insideTessFactorReduction,D3D11_TESSELLATOR_QUAD_REDUCTION_AXIS quadInsideTessFactorReductionAxis,D3D11_TESSELLATOR_OUTPUT_PRIMITIVE outputPrimitive) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tessellator/ |
| H A D | tessellator.hpp | 122 void Init( PIPE_TESSELLATOR_PARTITIONING partitioning, 178 PIPE_TESSELLATOR_PARTITIONING m_originalPartitioning; // user chosen partitioning 179 PIPE_TESSELLATOR_PARTITIONING m_partitioning; // current partitioning. IsoLines overrides for line density 208 // HWIntegerPartitioning() - hardware doesn't care about what pow2 partitioning is - the query below is true for 215 void OverridePartitioning(PIPE_TESSELLATOR_PARTITIONING partitioning) {m_partitioning = partitioning;} //isoline uses this for density argument 366 void Init( PIPE_TESSELLATOR_PARTITIONING partitioning, 396 // if integer or pow2 partitioning is being done, the rounded TessFactors can be retrieved. 429 PIPE_TESSELLATOR_PARTITIONING m_originalPartitioning; // user chosen partitioning 430 PIPE_TESSELLATOR_PARTITIONING m_partitioning; // current partitioning 449 OverridePartitioning(PIPE_TESSELLATOR_PARTITIONING partitioning) argument [all...] |
| H A D | tessellator.cpp | 457 PIPE_TESSELLATOR_PARTITIONING partitioning, 468 m_partitioning = partitioning; 469 m_originalPartitioning = partitioning; 470 switch( partitioning ) 843 int degeneratePointRing[QUAD_AXES] = { // Even partitioning causes degenerate row of points, 2119 PIPE_TESSELLATOR_PARTITIONING partitioning, 2124 CHWTessellator::Init(partitioning,outputPrimitive); 2127 m_partitioning = partitioning; 2128 m_originalPartitioning = partitioning; 2129 switch( partitioning ) 456 Init(PIPE_TESSELLATOR_PARTITIONING partitioning,PIPE_TESSELLATOR_OUTPUT_PRIMITIVE outputPrimitive) argument 2118 Init(PIPE_TESSELLATOR_PARTITIONING partitioning,PIPE_TESSELLATOR_REDUCTION insideTessFactorReduction,PIPE_TESSELLATOR_QUAD_REDUCTION_AXIS quadInsideTessFactorReductionAxis,PIPE_TESSELLATOR_OUTPUT_PRIMITIVE outputPrimitive) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/openswr/ |
| H A D | knobs.rst | 69 (DEBUG) Maximum tessellation factor for fractional-odd partitioning. 73 (DEBUG) Maximum tessellation factor for fractional-even partitioning. 77 (DEBUG) Maximum tessellation factor for integer partitioning.
|
| /xsrc/external/mit/MesaLib/dist/docs/drivers/openswr/ |
| H A D | knobs.rst | 69 (DEBUG) Maximum tessellation factor for fractional-odd partitioning. 73 (DEBUG) Maximum tessellation factor for fractional-even partitioning. 77 (DEBUG) Maximum tessellation factor for integer partitioning.
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_driver.h | 128 uint8_t partitioning; /* PIPE_TESS_PART */ member in struct:nv50_ir_prog_info::__anon67cecc8b030a::__anon67cecc8b0508
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_driver.h | 169 uint8_t partitioning; /* PIPE_TESS_PART */ member in struct:nv50_ir_prog_info_out::__anon5f8d10de060a::__anon5f8d10de0808
|
| H A D | nv50_ir_print.cpp | 1001 INFO(" \"partitioning\":\"%d\"\n", info_out->prop.tp.partitioning);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/ |
| H A D | state.h | 854 SWR_TS_PARTITIONING partitioning; // @llvm_enum member in struct:SWR_TS_STATE
|
| H A D | frontend.cpp | 1286 tsState.partitioning, 1295 tsState.partitioning,
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 9.1.4.rst | 187 - i965: Update URB partitioning code for Haswell's GT3 variant.
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| H A D | swr_shader.cpp | 1700 SWR_TS_PARTITIONING partitioning = SWR_TS_EVEN_FRACTIONAL; local in function:BuilderSWR::CompileTES 1725 partitioning = SWR_TS_ODD_FRACTIONAL; 1728 partitioning = SWR_TS_EVEN_FRACTIONAL; 1731 partitioning = SWR_TS_INTEGER; 1753 pTS->partitioning = partitioning;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_state_shaders.c | 348 unsigned type, partitioning, topology, distribution_mode; local in function:si_set_tesseval_regs 367 partitioning = V_028B6C_PART_FRAC_ODD; 370 partitioning = V_028B6C_PART_FRAC_EVEN; 373 partitioning = V_028B6C_PART_INTEGER; 401 S_028B6C_PARTITIONING(partitioning) |
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_pipeline.c | 1666 unsigned type = 0, partitioning = 0, topology = 0, distribution_mode = 0; local in function:calculate_tess_state 1682 partitioning = V_028B6C_PART_INTEGER; 1685 partitioning = V_028B6C_PART_FRAC_ODD; 1688 partitioning = V_028B6C_PART_FRAC_EVEN; 1721 S_028B6C_PARTITIONING(partitioning) |
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_program.c | 325 switch (info->prop.tp.partitioning) { 336 assert(!"invalid tessellator partitioning");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_program.c | 328 switch (info->prop.tp.partitioning) { 339 assert(!"invalid tessellator partitioning");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_state_shaders.c | 383 unsigned type, partitioning, topology, distribution_mode; local in function:si_set_tesseval_regs 402 partitioning = V_028B6C_PART_FRAC_ODD; 405 partitioning = V_028B6C_PART_FRAC_EVEN; 408 partitioning = V_028B6C_PART_INTEGER; 433 shader->vgt_tf_param = S_028B6C_TYPE(type) | S_028B6C_PARTITIONING(partitioning) |
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_pipeline.c | 4725 unsigned type = 0, partitioning = 0, topology = 0, distribution_mode = 0; local in function:radv_pipeline_generate_tess_state 4757 partitioning = V_028B6C_PART_INTEGER; 4760 partitioning = V_028B6C_PART_FRAC_ODD; 4763 partitioning = V_028B6C_PART_FRAC_EVEN; 4797 S_028B6C_TYPE(type) | S_028B6C_PARTITIONING(partitioning) |
|