| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/Stages/ |
| D | Stage.h | 38 Stage() : NextInSequence(nullptr) {} in Stage() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | GCNSchedStrategy.h | 78 unsigned Stage; variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | ModuloSchedule.h | 92 DenseMap<MachineInstr *, int> Stage; variable 108 DenseMap<MachineInstr *, int> Stage) in ModuloSchedule()
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| D | dng_opcodes.h | 186 uint32 Stage () const in Stage() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | ModuloSchedule.cpp | 1591 int Stage = getStage(MI); in filterInstructions() local 1616 MachineBasicBlock *DestBB, MachineBasicBlock *SourceBB, unsigned Stage) { in moveStageBetweenBlocks() 1766 unsigned Stage = Schedule.getNumStages() - 1 + I - J; in peelPrologAndEpilogs() local 1899 int Stage = getStage(MI); in rewriteUsesOf() local 2127 static void parseSymbolString(StringRef S, int &Cycle, int &Stage) { in parseSymbolString() 2151 DenseMap<MachineInstr *, int> Cycle, Stage; in runOnLoop() local
|
| D | RegAllocGreedy.cpp | 245 LiveRangeStage Stage = RS_New; member 259 void setStage(const LiveInterval &VirtReg, LiveRangeStage Stage) { in setStage() 3059 LiveRangeStage Stage = getStage(VirtReg); in selectOrSplitImpl() local
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| D | es31fUniformLocationTests.cpp | 883 typedef UniformInfo::ShaderStage Stage; in init() typedef 924 typedef UniformInfo::ShaderStage Stage; in init() typedef 1070 typedef UniformInfo::ShaderStage Stage; in init() typedef
|
| /third_party/mesa3d/src/amd/compiler/ |
| D | aco_ir.h | 1990 struct Stage { struct 1993 explicit constexpr Stage(HWStage hw_, SWStage sw_) : sw(sw_), hw(hw_) {} in Stage() argument 1996 constexpr bool has(SWStage stage) const in has() argument 2003 constexpr bool operator==(const Stage& other) const { return sw == other.sw && hw == other.hw; } argument 2008 SWStage sw = SWStage::None; argument
|
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| D | device9.c | 2631 DWORD Stage, in NineDevice9_GetTexture() 2652 DWORD Stage, in NineDevice9_SetTexture() 2690 DWORD Stage, in NineDevice9_GetTextureStageState() 2708 DWORD Stage, in NineDevice9_SetTextureStageState()
|
| D | nine_lock.c | 1281 DWORD Stage, in LockDevice9_GetTexture() 1293 DWORD Stage, in LockDevice9_SetTexture() 1305 DWORD Stage, in LockDevice9_GetTextureStageState() 1318 DWORD Stage, in LockDevice9_SetTextureStageState()
|
| D | nine_state.c | 1492 DWORD Stage, in nine_context_set_texture() 1958 ARG_VAL(DWORD, Stage), in CSMT_ITEM_NO_WAIT() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ |
| D | Instruction.h | 457 enum InstrStage Stage; variable
|
| /third_party/mesa3d/src/mesa/main/ |
| D | shader_types.h | 148 gl_shader_stage Stage; member 237 gl_shader_stage Stage; member
|
| /third_party/skia/third_party/externals/tint/src/ |
| D | program_builder.h | 2366 const ast::StageDecoration* Stage(const Source& source, in Stage() function 2374 const ast::StageDecoration* Stage(ast::PipelineStage stage) { in Stage() function
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/ |
| D | vktMemoryModelMessagePassing.cpp | 96 } Stage; typedef
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
| D | vktBindingBufferDeviceAddressTests.cpp | 79 } Stage; typedef
|
| D | vktBindingDescriptorSetRandomTests.cpp | 106 } Stage; typedef
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
| D | vktMeshShaderSyncTests.cpp | 57 enum class Stage enum
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| D | HexagonMCInstrInfo.cpp | 419 for (unsigned Stage = II[SchedClass].FirstStage + 1; in getOtherReservedSlots() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| D | vktRayTracingBarrierTests.cpp | 76 enum class Stage enum
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
| D | vktRobustnessExtsTests.cpp | 160 } Stage; typedef
|
| /third_party/flutter/skia/src/opts/ |
| D | SkRasterPipeline_opts.h | 1057 using Stage = void(ABI*)(Params*, void** program, F r, F g, F b, F a); variable 1060 using Stage = void(ABI*)(size_t tail, void** program, size_t dx, size_t dy, F,F,F,F, F,F,F,F); variable
|
| /third_party/skia/src/opts/ |
| D | SkRasterPipeline_opts.h | 1077 using Stage = void(ABI*)(Params*, void** program, F r, F g, F b, F a); variable 1080 using Stage = void(ABI*)(size_t tail, void** program, size_t dx, size_t dy, F,F,F,F, F,F,F,F); variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| D | ARMISelDAGToDAG.cpp | 2672 for (unsigned Stage = 0; Stage < NumVecs; ++Stage) { in SelectMVE_VLD() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
| D | vktMemoryPipelineBarrierTests.cpp | 7349 enum Stage enum
|