Home
last modified time | relevance | path

Searched defs:state (Results 1826 - 1850 of 2756) sorted by relevance

1...<<71727374757677787980>>...111

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h305 __itt_thread_state state; /*!< Thread state (paused or normal) */ member
352 __itt_collection_state state; member
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseTextureTests.cpp152 void SparseTextureUtils::getTextureLevelSize(GLint target, TextureState& state, GLint level, GLint& width, in getTextureLevelSize() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DContextNULL.cpp62 ContextNULL::ContextNULL(const gl::State &state, in ContextNULL() argument
428 TextureImpl *ContextNULL::createTexture(const gl::TextureState &state) in createTexture() argument
433 RenderbufferImpl *ContextNULL::createRenderbuffer(const gl::RenderbufferState &state) in createRenderbuffer() argument
438 BufferImpl *ContextNULL::createBuffer(const gl::BufferState &state) in createBuffer() argument
463 TransformFeedbackImpl *ContextNULL::createTransformFeedback(const gl::TransformFeedbackState &state) in createTransformFeedback() argument
468 createSampler(const gl::SamplerState &state) createSampler() argument
473 createProgramPipeline(const gl::ProgramPipelineState &state) createProgramPipeline() argument
490 createOverlay(const gl::OverlayState &state) createOverlay() argument
[all...]
/third_party/skia/src/core/
H A DSkDraw_vertices.cpp60 texture_to_matrix(const VertState& state, const SkPoint verts[], const SkPoint texs[], in texture_to_matrix() argument
217 static void fill_triangle_2(const VertState& state, SkBlitter* blitter, const SkRasterClip& rc, in fill_triangle_2() argument
226 fill_triangle_3(const VertState& state, SkBlitter* blitter, const SkRasterClip& rc, const SkPoint3 dev3[]) fill_triangle_3() argument
297 fill_triangle(const VertState& state, SkBlitter* blitter, const SkRasterClip& rc, const SkPoint dev2[], const SkPoint3 dev3[]) fill_triangle() argument
[all...]
H A DSkMD5.cpp128 transform(uint32_t state[4], const uint8_t block[64]) transform() argument
[all...]
/third_party/skia/src/gpu/
H A DGrBackendSurface.cpp718 void GrBackendTexture::setD3DResourceState(GrD3DResourceStateEnum state) { in setD3DResourceState() argument
765 void GrBackendTexture::setMutableState(const GrBackendSurfaceMutableState& state) { in setMutableState() argument
1162 void GrBackendRenderTarget::setD3DResourceState(GrD3DResourceStateEnum state) { in setD3DResourceState() argument
555 GrBackendTexture(int width, int height, const GrD3DTextureResourceInfo& d3dInfo, sk_sp<GrD3DResourceState> state) GrBackendTexture() argument
1000 GrBackendRenderTarget(int width, int height, const GrD3DTextureResourceInfo& d3dInfo, sk_sp<GrD3DResourceState> state) GrBackendRenderTarget() argument
1240 setMutableState(const GrBackendSurfaceMutableState& state) setMutableState() argument
[all...]
/third_party/skia/src/gpu/dawn/
H A DGrDawnProgramBuilder.cpp209 wgpu::DepthStencilState state; in create_depth_stencil_state() local
479 set_texture(GrDawnGpu* gpu, GrSamplerState state, GrTexture* texture, std::vector<wgpu::BindGroupEntry>* bindings, int* binding) set_texture() argument
[all...]
/third_party/skia/src/gpu/ops/
H A DGrOp.h185 void prepare(GrOpFlushState* state) { in prepare() argument
191 void execute(GrOpFlushState* state, const SkRect& chainBounds) { in execute() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DDirectiveParser.cpp630 int state = PRAGMA_NAME; in parsePragma() local
689 int state = EXT_NAME; in parseExtension() local
780 int state in parseVersion() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSetupRoutine.cpp27 SetupRoutine::SetupRoutine(const SetupProcessor::State &state) in SetupRoutine() argument
188 For(Int q = 0, q < state.multiSampleCount, q++) generate() argument
[all...]
H A DSpirvShaderControlFlow.cpp219 RValue<SIMD::Int> SpirvShader::GetActiveLaneMaskEdge(EmitState *state, Block::ID from, Block::ID to) const in GetActiveLaneMaskEdge() argument
227 void SpirvShader::EmitBlocks(Block::ID id, EmitState *state, Block::ID ignore /* = 0 */) const in EmitBlocks() argument
679 StorePhi(Block::ID currentBlock, InsnIterator insn, EmitState *state, std::unordered_set<SpirvShader::Block::ID> const &filter) const StorePhi() argument
[all...]
H A DSpirvShaderImage.cpp473 GetImageDimensions(EmitState const *state, Type const &resultTy, Object::ID imageId, Object::ID lodId, Intermediate &dst) const GetImageDimensions() argument
599 GetTexelAddress(ImageInstructionSignature instruction, Pointer<Byte> descriptor, SIMD::Int coordinate[], SIMD::Int sample, vk::Format imageFormat, OutOfBoundsBehavior outOfBoundsBehavior, const EmitState *state) GetTexelAddress() argument
1344 const EmitState *state = nullptr; WriteImage() local
[all...]
H A DVertexRoutine.cpp27 VertexRoutine( const VertexProcessor::State &state, vk::PipelineLayout const *pipelineLayout, SpirvShader const *spirvShader) VertexRoutine() argument
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DBlitter.cpp224 bool Blitter::read(Float4 &c, Pointer<Byte> element, const State &state) in read() argument
422 bool Blitter::write(Float4 &c, Pointer<Byte> element, const State &state) in write() argument
788 read(Int4 &c, Pointer<Byte> element, const State &state) read() argument
851 write(Int4 &c, Pointer<Byte> element, const State &state) write() argument
1081 ApplyScaleAndClamp(Float4 &value, const State &state, bool preScaled) ApplyScaleAndClamp() argument
1182 generate(const State &state) generate() argument
[all...]
H A DSampler.cpp88 State state; in samplerState() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSetupRoutine.cpp29 SetupRoutine::SetupRoutine(const SetupProcessor::State &state) : state(state) in SetupRoutine() argument
203 For(Int q = 0, q < state.multiSample, q++) generate() argument
[all...]
/third_party/openssl/crypto/ui/
H A Dui_lib.c474 const char *state = "processing"; in UI_process() local
/third_party/openssl/ohos_lite/include/openssl/
H A Dpkcs7.h119 int state; /* used during processing */ member
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dmerge_return_pass.cpp401 auto state = state_.rbegin(); in PredicateBlocks() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dmerge_return_pass.cpp401 auto state = state_.rbegin(); in PredicateBlocks() local
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimstb_textedit.h458 stb_textedit_click(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, float x, float y) stb_textedit_click() argument
476 stb_textedit_drag(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, float x, float y) stb_textedit_drag() argument
577 stb_textedit_clamp(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) stb_textedit_clamp() argument
591 stb_textedit_delete(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int len) stb_textedit_delete() argument
599 stb_textedit_delete_selection(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) stb_textedit_delete_selection() argument
615 stb_textedit_sortselection(STB_TexteditState *state) stb_textedit_sortselection() argument
625 stb_textedit_move_to_first(STB_TexteditState *state) stb_textedit_move_to_first() argument
636 stb_textedit_move_to_last(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) stb_textedit_move_to_last() argument
687 stb_textedit_prep_selection_at_cursor(STB_TexteditState *state) stb_textedit_prep_selection_at_cursor() argument
696 stb_textedit_cut(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) stb_textedit_cut() argument
707 stb_textedit_paste_internal(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXTEDIT_CHARTYPE *text, int len) stb_textedit_paste_internal() argument
732 stb_textedit_key(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXTEDIT_KEYTYPE key) stb_textedit_key() argument
1122 stb_textedit_flush_redo(StbUndoState *state) stb_textedit_flush_redo() argument
1129 stb_textedit_discard_undo(StbUndoState *state) stb_textedit_discard_undo() argument
1151 stb_textedit_discard_redo(StbUndoState *state) stb_textedit_discard_redo() argument
1181 stb_text_create_undo_record(StbUndoState *state, int numchars) stb_text_create_undo_record() argument
1205 stb_text_createundo(StbUndoState *state, int pos, int insert_len, int delete_len) stb_text_createundo() argument
1225 stb_text_undo(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) stb_text_undo() argument
1293 stb_text_redo(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) stb_text_redo() argument
1344 stb_text_makeundo_insert(STB_TexteditState *state, int where, int length) stb_text_makeundo_insert() argument
1349 stb_text_makeundo_delete(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int length) stb_text_makeundo_delete() argument
1359 stb_text_makeundo_replace(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int old_length, int new_length) stb_text_makeundo_replace() argument
1370 stb_textedit_clear_state(STB_TexteditState *state, int is_single_line) stb_textedit_clear_state() argument
1388 stb_textedit_initialize_state(STB_TexteditState *state, int is_single_line) stb_textedit_initialize_state() argument
1398 stb_textedit_paste(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXTEDIT_CHARTYPE const *ctext, int len) stb_textedit_paste() argument
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djchuff.c688 working_state state; METHODDEF() local
760 working_state state; finish_pass_huff() local
[all...]
H A Djsimd_none.c399 jsimd_huff_encode_one_block(void *state, JOCTET *buffer, JCOEFPTR block, in jsimd_huff_encode_one_block() argument
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch32/
H A Djchuff-neon.c41 JOCTET *jsimd_huff_encode_one_block_neon(void *state, JOCTET *buffer, in jsimd_huff_encode_one_block_neon() argument
H A Djsimd.c926 jsimd_huff_encode_one_block(void *state, JOCTET *buffer, JCOEFPTR block, in jsimd_huff_encode_one_block() argument

Completed in 26 milliseconds

1...<<71727374757677787980>>...111