Searched defs:programExecutable (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | ProgramPipeline.cpp | 132 const SharedProgramExecutable &programExecutable = getShaderProgramExecutable(shaderType); in updateExecutableTextures() local 148 const SharedProgramExecutable &programExecutable = getShaderProgramExecutable(shaderType); in updateExecutableSpecConstUsageBits() local 343 const SharedProgramExecutable &programExecutable = getShaderProgramExecutable(shaderType); in updateShaderStorageBlocks() local 368 const SharedProgramExecutable &programExecutable = getShaderProgramExecutable(shaderType); in updateImageBindings() local 451 const SharedProgramExecutable &programExecutable = getShaderProgramExecutable(shaderType); in updateLinkedVaryings() local 664 const SharedProgramExecutable &programExecutable = getShaderProgramExecutable(shaderType); in linkVaryings() local
|
H A D | TransformFeedback.cpp | 155 const ProgramExecutable *programExecutable = in begin() local
|
H A D | validationES3.cpp | 3122 const ProgramExecutable *programExecutable = in ValidateBeginTransformFeedback() local
|
H A D | validationES.cpp | 8933 const ProgramExecutable *programExecutable) in ValidateProgramExecutableXFBBuffersPresent()
|
H A D | Context.cpp | 10573 const ProgramExecutable *programExecutable = context->getState().getProgramExecutable(); in updateValidDrawModes() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | spv_utils.cpp | 206 const gl::ProgramExecutable &programExecutable, in AssignTransformFeedbackEmulationBindings() 274 void AssignAttributeLocations(const gl::ProgramExecutable &programExecutable, in AssignAttributeLocations() 329 void AssignSecondaryOutputLocations(const gl::ProgramExecutable &programExecutable, in AssignSecondaryOutputLocations() 388 void AssignOutputLocations(const gl::ProgramExecutable &programExecutable, in AssignOutputLocations() 504 void AssignTransformFeedbackQualifiers(const gl::ProgramExecutable &programExecutable, in AssignTransformFeedbackQualifiers() 657 const gl::ProgramExecutable &programExecutable, in AssignUniformBindings() 677 const gl::ProgramExecutable &programExecutable, in AssignInputAttachmentBindings() 738 const gl::ProgramExecutable &programExecutable, in AssignInterfaceBlockBindings() 769 const gl::ProgramExecutable &programExecutable, in AssignAtomicCounterBufferBindings() 796 const gl::ProgramExecutable &programExecutable, in AssignImageBindings() [all …]
|
H A D | ContextVk.cpp | 5580 const gl::ProgramExecutable *programExecutable = glState.getProgramExecutable(); in syncState() local
|