Home
last modified time | relevance | path

Searched defs:block (Results 1126 - 1150 of 1275) sorted by relevance

1...<<4142434445464748495051

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRewriteCubeMapSamplersAs2DArray.cpp77 void TransformDerivativeXMajor(TIntermBlock *block, in TransformDerivativeXMajor() argument
99 void TransformImplicitDerivativeXMajor(TIntermBlock *block, in TransformImplicitDerivativeXMajor() argument
56 TransformXMajor(const TSymbolTable &symbolTable, TIntermBlock *block, TIntermTyped *x, TIntermTyped *y, TIntermTyped *z, TIntermTyped *uc, TIntermTyped *vc) TransformXMajor() argument
110 TransformYMajor(const TSymbolTable &symbolTable, TIntermBlock *block, TIntermTyped *x, TIntermTyped *y, TIntermTyped *z, TIntermTyped *uc, TIntermTyped *vc) TransformYMajor() argument
130 TransformDerivativeYMajor(TIntermBlock *block, TSymbolTable *symbolTable, TIntermTyped *x, TIntermTyped *y, TIntermTyped *z, TIntermTyped *dx, TIntermTyped *dy, TIntermTyped *dz, TIntermTyped *du, TIntermTyped *dv, TIntermTyped *yRecip) TransformDerivativeYMajor() argument
152 TransformImplicitDerivativeYMajor(TIntermBlock *block, TIntermTyped *dOuter, TIntermTyped *du, TIntermTyped *dv) TransformImplicitDerivativeYMajor() argument
163 TransformZMajor(const TSymbolTable &symbolTable, TIntermBlock *block, TIntermTyped *x, TIntermTyped *y, TIntermTyped *z, TIntermTyped *uc, TIntermTyped *vc) TransformZMajor() argument
183 TransformDerivativeZMajor(TIntermBlock *block, TSymbolTable *symbolTable, TIntermTyped *x, TIntermTyped *y, TIntermTyped *z, TIntermTyped *dx, TIntermTyped *dy, TIntermTyped *dz, TIntermTyped *du, TIntermTyped *dv, TIntermTyped *zRecip) TransformDerivativeZMajor() argument
205 TransformImplicitDerivativeZMajor(TIntermBlock *block, TIntermTyped *dOuter, TIntermTyped *du, TIntermTyped *dv) TransformImplicitDerivativeZMajor() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DBuildSPIRV.cpp99 ShaderVariable ToShaderVariable(const TFieldListCollection *block, in ToShaderVariable() argument
565 const TSymbol *block = nullptr; getTypeData() local
589 getSpirvTypeData(const SpirvType &type, const TSymbol *block) getSpirvTypeData() argument
727 declareType(const SpirvType &type, const TSymbol *block) declareType() argument
1697 const TInterfaceBlock *block = type.getInterfaceBlock(); writePerVertexBuiltIns() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dqueryutils.cpp1043 void GetInterfaceBlockResourceProperty(const InterfaceBlock &block, in GetInterfaceBlockResourceProperty() argument
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcUniformBlockCase.cpp556 const UniformBlock& block = interface.getUniformBlock(blockNdx); in computeStd140Layout() local
829 generateDeclaration(std::ostringstream& src, const UniformBlock& block) generateDeclaration() argument
988 const UniformBlock& block = interface.getUniformBlock(blockNdx); generateCompareSrc() local
1042 const UniformBlock& block = interface.getUniformBlock(blockNdx); generateVertexShader() local
1082 const UniformBlock& block = interface.getUniformBlock(blockNdx); generateFragmentShader() local
1535 const UniformBlock& block = m_interface.getUniformBlock(blockNdx); compareStd140Blocks() local
1617 const UniformBlock& block = m_interface.getUniformBlock(blockNdx); compareSharedBlocks() local
1692 const UniformBlock& block = m_interface.getUniformBlock(blockNdx); compareTypes() local
1765 const BlockLayoutEntry& block = layout.blocks[blockNdx]; checkLayoutIndices() local
1795 const BlockLayoutEntry& block = layout.blocks[uniform.blockNdx]; checkLayoutBounds() local
1842 const BlockLayoutEntry& block = layout.blocks[blockNdx]; checkIndexQueries() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DProgramExecutableVk.cpp434 const gl::InterfaceBlock &block = blocks[bufferIndex]; in GetInterfaceBlockArraySize() local
535 gl::InterfaceBlock block = blocks[bufferIndex]; in addInterfaceBlockDescriptorSetDesc() local
1031 const gl::InterfaceBlock &block in createPipelineLayout() local
1258 const gl::InterfaceBlock &block = blocks[bufferIndex]; updateBuffersDescriptorSet() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DProgram.cpp2061 bool Program::defineUniformBlock(const Shader *shader, const glsl::UniformBlock &block) in defineUniformBlock() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_util.cpp32 explicit ChangeTerminatorRAII(opt::BasicBlock* block, in ChangeTerminatorRAII() argument
245 auto block in BlockIsBackEdge() local
277 GetIteratorForInstruction( opt::BasicBlock* block, const opt::Instruction* inst) GetIteratorForInstruction() argument
1564 auto* block = ir_context->cfg()->block(block_id); GetLastInsertBeforeInstruction() local
1935 auto block = q.front(); NewTerminatorPreservesDominationRules() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dir_context.h298 void set_instr_block(Instruction* inst, BasicBlock* block) { in set_instr_block() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_util.cpp32 explicit ChangeTerminatorRAII(opt::BasicBlock* block, in ChangeTerminatorRAII() argument
245 auto block in BlockIsBackEdge() local
277 GetIteratorForInstruction( opt::BasicBlock* block, const opt::Instruction* inst) GetIteratorForInstruction() argument
1564 auto* block = ir_context->cfg()->block(block_id); GetLastInsertBeforeInstruction() local
1935 auto block = q.front(); NewTerminatorPreservesDominationRules() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dir_context.h298 void set_instr_block(Instruction* inst, BasicBlock* block) { in set_instr_block() argument
[all...]
/third_party/skia/src/sksl/codegen/
H A DSkSLMetalCodeGenerator.cpp1913 const StatementArray& block = stmt->as<Block>().children(); in is_block_ending_with_return() local
/third_party/skia/third_party/externals/icu/source/common/
H A Dumutablecptrie.cpp376 writeBlock(uint32_t *block, uint32_t value) { in writeBlock() argument
476 int32_t block; in set() local
486 fillBlock(uint32_t *block, UChar32 start, UChar32 limit, uint32_t value) { in fillBlock() argument
510 int32_t block = getDataBlock(start >> UCPTRIE_SHIFT_3); setRange() local
547 int32_t block = getDataBlock(start >> UCPTRIE_SHIFT_3); setRange() local
1041 printBlock(const uint32_t *block, int32_t blockLength, uint32_t value, UChar32 start, int32_t overlap, uint32_t initialValue) printBlock() argument
1161 const uint32_t *block = data + index[i]; compactData() local
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_read_image.cpp1099 uint32 block = Min_uint32 (count, fBufferSize - fBufferCount); in Spool() local
1039 dng_image_spooler(dng_host &host, const dng_ifd &ifd, dng_image &image, const dng_rect &tileArea, uint32 plane, uint32 planes, dng_memory_block &block, AutoPtr<dng_memory_block> &subTileBuffer) dng_image_spooler() argument
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Ddefs.c435 VALUE block = rb_block_proc(); in DescriptorPool_build() local
1791 VALUE block = rb_block_proc(); MessageBuilderContext_oneof() local
2121 VALUE block = rb_block_proc(); FileBuilderContext_add_message() local
2140 VALUE block = rb_block_proc(); FileBuilderContext_add_enum() local
2226 VALUE block; Builder_add_file() local
[all...]
/third_party/pulseaudio/src/modules/raop/
H A Draop-client.c315 static size_t build_tcp_audio_packet(pa_raop_client *c, pa_memchunk *block, pa_memchunk *packet) { in build_tcp_audio_packet() argument
361 static ssize_t send_tcp_audio_packet(pa_raop_client *c, pa_memchunk *block, size_t offset) { in send_tcp_audio_packet() argument
406 build_udp_audio_packet(pa_raop_client *c, pa_memchunk *block, pa_memchunk *packet) build_udp_audio_packet() argument
453 send_udp_audio_packet(pa_raop_client *c, pa_memchunk *block, size_t offset) send_udp_audio_packet() argument
1822 pa_raop_client_send_audio_packet(pa_raop_client *c, pa_memchunk *block, size_t offset) pa_raop_client_send_audio_packet() argument
[all...]
/third_party/python/Modules/
H A D_collectionsmodule.c82 } block; typedef
[all...]
/third_party/skia/modules/skparagraph/src/
H A DTextLine.cpp1129 auto& block = fOwner->block(i); local
1463 auto block = fOwner->styles().begin() + index; local
1509 auto block = fOwner->styles().begin() + global() local
[all...]
/third_party/selinux/libsepol/src/
H A Dlink.c2133 avrule_block_t *block; in enable_avrules() local
1708 copy_avrule_block(link_state_t * state, policy_module_t * module, avrule_block_t * block) copy_avrule_block() argument
2214 avrule_block_t *block; cond_normalize() local
2433 avrule_block_t *block; populate_roleattributes() local
[all...]
H A Dexpand.c2858 avrule_block_t *block; in discard_tunables() local
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_util.cpp32 explicit ChangeTerminatorRAII(opt::BasicBlock* block, in ChangeTerminatorRAII() argument
245 auto block in BlockIsBackEdge() local
277 GetIteratorForInstruction( opt::BasicBlock* block, const opt::Instruction* inst) GetIteratorForInstruction() argument
1571 auto* block = ir_context->cfg()->block(block_id); GetLastInsertBeforeInstruction() local
1944 auto block = q.front(); NewTerminatorPreservesDominationRules() local
[all...]
/third_party/spirv-tools/source/opt/
H A Dir_context.h326 void set_instr_block(Instruction* inst, BasicBlock* block) { in set_instr_block() argument
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsUniformBlockCase.cpp586 const UniformBlock& block = interface.getUniformBlock(blockNdx); in computeStd140Layout() local
917 generateDeclaration(std::ostringstream& src, const UniformBlock& block) generateDeclaration() argument
1062 const UniformBlock& block = interface.getUniformBlock(blockNdx); generateCompareSrc() local
1111 const UniformBlock& block = interface.getUniformBlock(blockNdx); generateVertexShader() local
1149 const UniformBlock& block = interface.getUniformBlock(blockNdx); generateFragmentShader() local
1586 const UniformBlock& block = m_interface.getUniformBlock(blockNdx); compareStd140Blocks() local
1665 const UniformBlock& block = m_interface.getUniformBlock(blockNdx); compareSharedBlocks() local
1739 const UniformBlock& block = m_interface.getUniformBlock(blockNdx); compareTypes() local
1810 const BlockLayoutEntry& block = layout.blocks[blockNdx]; checkLayoutIndices() local
1838 const BlockLayoutEntry& block = layout.blocks[uniform.blockNdx]; checkLayoutBounds() local
1879 const BlockLayoutEntry& block = layout.blocks[blockNdx]; checkIndexQueries() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H A DvktSSBOLayoutTests.cpp143 BufferBlock& block = m_interface.allocBlock((string("Block") + (char)('A' + m_blockNdx)).c_str()); in generateBlock() local
230 void RandomSSBOLayoutCase::generateBufferVar (de::Random& rnd, BufferBlock& block, boo argument
402 BufferBlock& block = m_interface.allocBlock("Block"); BlockBasicTypeCase() local
428 BufferBlock& block = m_interface.allocBlock("Block"); BlockBasicUnsizedArrayCase() local
485 BufferBlock& block = m_interface.allocBlock("Block"); BlockSingleStructCase() local
516 BufferBlock& block = m_interface.allocBlock("Block"); BlockSingleStructArrayCase() local
553 BufferBlock& block = m_interface.allocBlock("Block"); BlockSingleNestedStructCase() local
591 BufferBlock& block = m_interface.allocBlock("Block"); BlockSingleNestedStructArrayCase() local
625 BufferBlock& block = m_interface.allocBlock("Block"); BlockUnsizedStructArrayCase() local
666 BufferBlock& block = m_interface.allocBlock("Block"); Block2LevelUnsizedStructArrayCase() local
713 BufferBlock& block = m_interface.allocBlock("Block"); BlockUnsizedNestedStructArrayCase() local
[all...]
/third_party/vk-gl-cts/framework/opengl/
H A DgluShaderLibrary.cpp62 bool isValid (const ValueBlock& block) in isValid() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
H A DRewriteRowMajorMatrices.cpp465 const TInterfaceBlock *block = type.getInterfaceBlock(); variable
466 ASSERT(block); variable
566 const TInterfaceBlock *block = type.getInterfaceBlock(); in convertInterfaceBlock() local
[all...]

Completed in 58 milliseconds

1...<<4142434445464748495051