HomeSort by relevance Sort by last modified time
    Searched defs:is_shadow (Results 1 - 5 of 5) sorted by null

  /art/runtime/
quick_exception_handler.cc 684 bool is_shadow = GetCurrentShadowFrame() != nullptr; local
685 LOG(INFO) << (is_shadow ? "S" : "Q")
686 << ((!is_shadow && IsInInlinedFrame()) ? "i" : " ")
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c 845 bool is_shadow = w[4]; local
864 val->type->type = glsl_sampler_type(dim, is_shadow, is_array,
868 assert(!is_shadow);
1449 const bool is_shadow = glsl_sampler_type_is_shadow(image_type); local
    [all...]
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c 1657 bool is_shadow = instr->is_shadow; local
    [all...]
  /external/mesa3d/src/compiler/nir/
nir.h 1146 bool is_array, is_shadow; member in struct:__anon29290
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.c 4936 bool is_shadow = tgsi_is_shadow_target(target); local
    [all...]

Completed in 305 milliseconds