Searched refs:stage_prefix (Results 1 – 3 of 3) sorted by relevance
/external/virglrenderer/src/ |
D | vrend_shader.c | 1875 get_blockname(char outvar[64], const char *stage_prefix, const struct vrend_shader_io *io) in get_blockname() argument 1877 snprintf(outvar, 64, "block_%sg%dA%d", stage_prefix, io->sid, io->array_id); in get_blockname() 1881 get_blockvarname(char outvar[64], const char *stage_prefix, const struct vrend_shader_io *io, const… in get_blockvarname() argument 1883 …snprintf(outvar, 64, "%sg%dA%d_%x%s", stage_prefix, io->first, io->array_id, io->usage_mask, postf… in get_blockvarname() 1893 const char *stage_prefix = get_stage_output_name_prefix(ctx->prog_type); in get_so_name() local 1895 get_blockname(blockname, stage_prefix, output); in get_so_name() 1897 get_blockvarname(blockname, stage_prefix, output, ""); in get_so_name() 3479 const char *stage_prefix = get_stage_output_name_prefix(ctx->prog_type); in get_destination_info_generic() local 3490 get_blockvarname(outvarname, stage_prefix, io, blkarray); in get_destination_info_generic() 3793 … const char *stage_prefix = iot == io_in ? get_stage_input_name_prefix(ctx, ctx->prog_type) : in get_source_info_generic() local [all …]
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.cpp | 4724 const GLchar* stage_prefix = GetStagePrefix(stage, storage); in cloneVariableForStage() local 4725 Utils::replaceToken(prefix, position, stage_prefix, name); in cloneVariableForStage() 4799 const GLchar* stage_prefix = GetStagePrefix(stage, storage); in CloneBlockForStage() local 4800 Utils::replaceToken(prefix, position, stage_prefix, name); in CloneBlockForStage()
|
D | gl4cGPUShaderFP64Tests.cpp | 6813 const char* stage_prefix = stage_prefixes[n_stage]; in verifyProgramInterfaceQuerySupport() local 6850 current_item.name = std::string(stage_prefix) + current_item.name; in verifyProgramInterfaceQuerySupport()
|