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

  /external/llvm/lib/Target/AMDGPU/
AMDGPUMachineFunction.cpp 13 ShaderType(ShaderType::COMPUTE),
SIMachineFunctionInfo.cpp 77 if (getShaderType() == ShaderType::COMPUTE)
179 return getShaderType() == ShaderType::COMPUTE ? 256 : ST.getWavefrontSize();
AMDGPU.h 105 COMPUTE = 3
AMDGPUSubtarget.cpp 131 return MFI->getShaderType() == ShaderType::COMPUTE || EnableVGPRSpilling;
AMDGPUTargetTransformInfo.cpp 140 // Arguments to compute shaders are never a source of divergence.
141 if (ShaderType == ShaderType::COMPUTE)
144 // For non-compute shaders, SGPR inputs are marked with either inreg or byval.
AMDGPUAsmPrinter.cpp 290 case ShaderType::COMPUTE: RsrcReg = R_0288D4_SQ_PGM_RESOURCES_LS; break;
300 case ShaderType::COMPUTE: // Fall through
312 if (MFI->getShaderType() == ShaderType::COMPUTE) {
526 case ShaderType::COMPUTE: return R_00B848_COMPUTE_PGM_RSRC1;
539 if (MFI->getShaderType() == ShaderType::COMPUTE) {
SITypeRewriter.cpp 12 /// non-compute shaders:
16 /// legal for some compute APIs, and we don't want to declare it as legal
65 if (AMDGPU::getShaderType(F) == ShaderType::COMPUTE)
R600InstrInfo.cpp 208 return MFI->getShaderType() != ShaderType::COMPUTE &&
219 return (MFI->getShaderType() == ShaderType::COMPUTE &&
    [all...]
SIISelLowering.cpp 584 if (Subtarget->isAmdHsaOS() && Info->getShaderType() != ShaderType::COMPUTE) {
586 DiagnosticInfoUnsupported NoGraphicsHSA(*Fn, "non-compute shaders with HSA");
616 if (Info->getShaderType() != ShaderType::COMPUTE && Arg.VT.isVector()) {
632 } else if (Info->getShaderType() != ShaderType::COMPUTE) {
649 if (Info->getShaderType() == ShaderType::COMPUTE) {
    [all...]
R600ISelLowering.cpp     [all...]
SIInstrInfo.cpp 703 if (MFI->getShaderType() == ShaderType::COMPUTE &&
    [all...]
  /external/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.cpp 113 unsigned ShaderType = ShaderType::COMPUTE;
  /external/valgrind/coregrind/m_debuginfo/
debuginfo.c 743 it to compute wrong biases. So de-overlap them now.
    [all...]
  /external/vulkan-validation-layers/tests/
vktestbinding.cpp 351 queues_[COMPUTE].push_back(new Queue(queue, i));
362 EXPECT(!queues_[GRAPHICS].empty() || !queues_[COMPUTE].empty());
vktestbinding.h 177 const std::vector<Queue *> &compute_queues() { return queues_[COMPUTE]; }
245 COMPUTE,
    [all...]
  /build/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk-dev/assets/js/
android_3p-bundle.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/
dagger-compiler-2.6.jar 

Completed in 1382 milliseconds