Searched defs:block_type (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | link_uniform_block_active_visitor.cpp | 34 const glsl_type *const block_type = var->is_interface_instance() local in function:process_block
|
| H A D | gl_nir_link_uniform_blocks.c | 108 enum block_type { enum 214 nir_interstage_cross_validate_uniform_blocks(struct gl_shader_program * prog,enum block_type block_type) argument 414 allocate_uniform_blocks(void * mem_ctx,struct gl_linked_shader * shader,struct gl_uniform_block ** out_blks,unsigned * num_blocks,struct gl_uniform_buffer_variable ** out_variables,unsigned * num_variables,enum block_type block_type) argument 543 link_linked_shader_uniform_blocks(void * mem_ctx,struct gl_context * ctx,struct gl_shader_program * prog,struct gl_linked_shader * shader,struct gl_uniform_block ** blocks,unsigned * num_blocks,enum block_type block_type) argument [all...] |
| H A D | link_uniform_blocks.cpp | 369 const glsl_type *block_type = b->type; local in function:create_buffer_blocks
|
| H A D | ast_to_hir.cpp | 8302 const glsl_type *block_type = local in function:ast_interface_block::hir [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | link_uniform_block_active_visitor.cpp | 34 const glsl_type *const block_type = var->is_interface_instance() local in function:process_block
|
| H A D | link_uniform_blocks.cpp | 368 const glsl_type *block_type = b->type; local in function:create_buffer_blocks
|
| H A D | ast_to_hir.cpp | 8042 const glsl_type *block_type = local in function:ast_interface_block::hir [all...] |
| /xsrc/external/mit/brotli/dist/c/dec/ |
| H A D | decode.c | 1129 uint32_t block_type; local in function:DecodeBlockTypeAndLength 1185 uint32_t block_type = s->block_type_rb[1]; local in function:PrepareLiteralDecoding [all...] |
| /xsrc/external/mit/brotli/dist/c/enc/ |
| H A D | brotli_bit_stream.c | 879 uint8_t block_type = self->block_types_[block_ix]; local in function:StoreSymbol 901 uint8_t block_type = self->block_types_[block_ix]; local in function:StoreSymbolWithContext 733 StoreBlockSwitch(BlockSplitCode * code,const uint32_t block_len,const uint8_t block_type,BROTLI_BOOL is_first_block,size_t * storage_ix,uint8_t * storage) argument
|
Completed in 43 milliseconds