Searched defs:partitioning (Results 1 – 14 of 14) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_fs_bank_conflicts.cpp | 361 struct partitioning { struct 366 partitioning(unsigned n) : in partitioning() function 377 partitioning(const partitioning &p) : in partitioning() argument 388 ~partitioning() in ~partitioning() 395 operator=(partitioning p) in operator =() 408 require_contiguous(unsigned reg, unsigned n) in require_contiguous() 433 atom_of_reg(unsigned reg) const in atom_of_reg() 442 reg_of_atom(unsigned r) const in reg_of_atom() 451 size_of_atom(unsigned r) const in size_of_atom() 461 num_atoms() const in num_atoms() [all …]
|
D | brw_compiler.h | 1332 enum brw_tess_partitioning partitioning; member
|
/third_party/mesa3d/src/gallium/auxiliary/tessellator/ |
D | tessellator.hpp | 215 …void OverridePartitioning(PIPE_TESSELLATOR_PARTITIONING partitioning) {m_partitioning = partitioni… in OverridePartitioning() 449 …void OverridePartitioning(PIPE_TESSELLATOR_PARTITIONING partitioning) {m_partitioning = partitioni… in OverridePartitioning()
|
D | tessellator.cpp | 457 PIPE_TESSELLATOR_PARTITIONING partitioning, in Init() 2119 PIPE_TESSELLATOR_PARTITIONING partitioning, in Init()
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | tessellator.hpp | 229 …void OverridePartitioning(D3D11_TESSELLATOR_PARTITIONING partitioning) {m_partitioning = partition… in OverridePartitioning() 463 …void OverridePartitioning(D3D11_TESSELLATOR_PARTITIONING partitioning) {m_partitioning = partition… in OverridePartitioning()
|
D | tessellator.cpp | 439 D3D11_TESSELLATOR_PARTITIONING partitioning, in Init() 2163 D3D11_TESSELLATOR_PARTITIONING partitioning, in Init()
|
D | state.h | 820 SWR_TS_PARTITIONING partitioning; // @llvm_enum member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_driver.h | 169 uint8_t partitioning; /* PIPE_TESS_PART */ member
|
/third_party/ffmpeg/libavcodec/ |
D | vp8.h | 88 uint8_t partitioning; member
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state_shaders.c | 383 unsigned type, partitioning, topology, distribution_mode; in si_set_tesseval_regs() local
|
/third_party/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 1700 SWR_TS_PARTITIONING partitioning = SWR_TS_EVEN_FRACTIONAL; in CompileTES() local
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | evergreen_state.c | 2605 uint32_t type, partitioning, topology; in evergreen_emit_shader_stages() local
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_pipeline.c | 4725 unsigned type = 0, partitioning = 0, topology = 0, distribution_mode = 0; in radv_pipeline_generate_tess_state() local
|
/third_party/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 1850 TVertexSpacing partitioning = EvsNone; in handleEntryPointAttributes() local
|