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

  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation.h 141 uint32_t active_shaders; member in class:PIPELINE_NODE
155 : pipeline{}, graphicsPipelineCI{}, computePipelineCI{}, active_shaders(0), duplicate_shaders(0), active_slots(), vertexBindingDescriptions(),
165 this->duplicate_shaders |= this->active_shaders & pPSSCI->stage;
166 this->active_shaders |= pPSSCI->stage;
195 this->active_shaders |= VK_SHADER_STAGE_COMPUTE_BIT;
  /external/vulkan-validation-layers/layers/
core_validation_types.h 473 uint32_t active_shaders; member in class:PIPELINE_STATE
488 : pipeline{}, graphicsPipelineCI{}, computePipelineCI{}, active_shaders(0), duplicate_shaders(0), active_slots(),
499 this->duplicate_shaders |= this->active_shaders & pPSSCI->stage;
500 this->active_shaders |= pPSSCI->stage;
529 this->active_shaders |= VK_SHADER_STAGE_COMPUTE_BIT;

Completed in 1657 milliseconds