Searched refs:layer_loc (Results 1 – 3 of 3) sorted by relevance
/third_party/vulkan-loader/tests/framework/ |
D | test_environment.cpp | 327 …auto layer_loc = folder.write_manifest(layer_details.json_name, layer_details.layer_manifest.get_m… in add_layer_impl() local 328 platform_shim->add_manifest(category, layer_loc); in add_layer_impl() 330 layers.at(i).manifest_path = layer_loc; in add_layer_impl()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_program.c | 408 uint8_t psize_loc = ~0, pos_loc = ~0, layer_loc = ~0; in setup_stateobj() local 608 layer_loc = l.max_loc; in setup_stateobj() 871 OUT_RING(ring, A6XX_VPC_VS_LAYER_CNTL_LAYERLOC(layer_loc) | in setup_stateobj() 980 OUT_RING(ring, A6XX_VPC_GS_LAYER_CNTL_LAYERLOC(layer_loc) | 0xff00); in setup_stateobj()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_pipeline.c | 1056 uint32_t pointsize_loc = 0xff, position_loc = 0xff, layer_loc = 0xff, view_loc = 0xff; in tu6_emit_vpc() local 1059 layer_loc = linkage.max_loc; in tu6_emit_vpc() 1180 tu_cs_emit(cs, A6XX_VPC_VS_LAYER_CNTL_LAYERLOC(layer_loc) | in tu6_emit_vpc()
|